crispedge.com

Color picker

Loading...

#97616d hex color - Red - Warm color - Information

#97616d hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #97616d Color code in RGB color code model is created after adding 59.22% red color, 38.04% green color and 42.75% blue color. Hex #97616d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 28% yellow and 41% black.

Hex #97616d color code is between #996666 web safe hex color code and #885577 web safe hex color code. #996666 is the nearest web safe color code. You can see here many more shades of #97616d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code97616d#97616d
RGB Decimal151, 97, 109rgb(151, 97, 109)
RGB Percent59%, 38%, 43%rgb(59%, 38%, 43%)
CSS RGBa151, 97, 109,1rgba(151,97,109,1)
CMYK Modelcmyk(0%,36%,28%,41%)
HSL Color Space347,22% ,49%hsl(347,22% ,49%)
HSV Color Space347°, 36%, 59%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101110110000101101101
Octal227141155
Decimal15197109
Hex97616d

Different shades of #97616d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #97616d
#ac7f89
Dark Shade of #97616d
#784d57
Saturated Shade of #97616d
#a35566
Desaturated Shade of #97616d
#8b6d74
Grey scale Shade of #97616d
#7c7c7c
Brighten Shade
#b07a86
Most Readable Shade
#FFFFFF

Shades of #97616d color code

Generate more color scales with scales (color stack) generator.

#97616d
#865660
#754b54
#644048
#53353c
#432b30
#322024
#211518
#100a0c
#000000

Similar Color like #97616d color

Find visually similar hex color codes nearing to #97616d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#98626e
#99636f
#9a6470
#9b6571
#9c6672
#9d6773
#9e6874
#9f6975
#a06a76
#a16b77
#a26c78
#a36d79
#a46e7a
#a56f7b
#96606c
#955f6b
#945e6a
#935d69
#925c68
#915b67
#905a66
#8f5965
#8e5864
#8d5763
#8c5662
#8b5561
#8a5460
#89535f

Monochromatic Color with #97616d

#97616d
#c17c8c
#ec98aa
#170f11
#422a30
#6c464e

Tints of #97616d Color

#97616d
#a2727d
#ae848d
#b9959d
#c5a7ad
#d0b8be
#dccace
#e7dbde
#f3edee
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#97616d
#61978b

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#97616d
#619770
#618897

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#976183
#976178
#97616d
#976162
#976b61

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#97616d
#6d9761
#616d97

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#97616d
#889761
#61978b
#706197

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#97616d
#61978b
#618897
#977061

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #97616d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#97616d Color Code Preview on Black Background Color

This is how #97616d Color will look on black background color. Color contrast ratio is 4.25

#97616d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#97616d">Your Example Paragraph content text in with font color #97616d </p>

Your Example Paragraph content text in with font color #97616d

HTML with inline CSS

<div style="color:#97616d">Your Paragraph text in with font color #97616d </div>

Your Example Paragraph content text in with font color #97616d

#97616d color code is use for CSS Background Color

Background color for the above div is #97616d

HTML with inline CSS

<div style="background-color:#97616d;"></div>

#97616d color code is use for CSS Border Color

CSS Border color for the above div is #97616d

HTML with inline CSS

<div style="border:5px solid #97616d;"></div>

CSS Border Left color for the above div is #97616d

HTML with inline CSS

<div style="border-left:5px solid #97616d;"></div>

CSS Border Right color for the above div is #97616d

HTML with inline CSS

<div style="border-right:5px solid #97616d;"></div>

CSS Border Bottom color for the above div is #97616d

HTML with inline CSS

<div style="border-bottom:5px solid #97616d;"></div>

CSS Border Top color for the above div is #97616d

HTML with inline CSS

<div style="border-top:5px solid #97616d;"></div>

#97616d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#97616d; } .examplecolorclass {color:#97616d; } .examplebordercolor {border:3px solid #97616d; }

#97616d Color code Preview on White Background

This is how #97616d Color code will look on white background color. Color contrast ratio is 4.95

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #97616d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #97616d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(151,97,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(97,151,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(151,97,109,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.