#97416F

Color #97416F Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #97416F

Tints of Cadillac #97416F

Color information

#97416F (or 0x97416F) is unknown color: approx Cadillac. HEX triplet: 97, 41 and 6F. RGB value is (151,65,111). Sum of RGB (Red+Green+Blue) = 151+65+111=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97416F is #68BE90. Grayscale: #5F5F5F. Windows color (decimal): -6864529 or 7291287. OLE color: 7291287.

HSL color Cylindrical-coordinate representation of color #97416F: hue angle of 327.91º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97416F is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15165111-
CMYK00.570.260.41
HSL327.91º39.81%42.35%-
HSV(B)327.91º56.95%59.22%-
XYZ17.5211.5116.34-
YUV95.96136.49167.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 46.18%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=46.18%
G=19.88%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516511100.570.260.41327.9139.8142.35
Hex97416F0391A29148282a
Octal22710115707132515105052
Binary1001011110000011101111011100111010101001101001000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97416F; }

 p { color: rgb(151,65,111); }

 H1.HeaderClassName
 {
   color: #97416F;
 }
 .AnyTagClassName
 {
   color: #97416F;
 }
</style>
background-color css

<style>
 a { background-color: #97416F; }

 a { background-color: rgb(151,65,111); }

 div.DivClassName
 {
   background-color: #97416F;
 }
 .BgClassName
 {
   background-color: #97416F;
 }
</style>
border-color css

<style>
 span { border-color: #97416F; }

 span { border-color: rgb(151,65,111); }

 td.TdClassName
 {
   border-color: #97416F;
 }
 .TagClassName
 {
   border-color: #97416F;
 }
</style>