#97416D

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

Shades of Cadillac #97416D

Tints of Cadillac #97416D

Color information

#97416D (or 0x97416D) is unknown color: approx Cadillac. HEX triplet: 97, 41 and 6D. RGB value is (151,65,109). Sum of RGB (Red+Green+Blue) = 151+65+109=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #97416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97416D is #68BE92. Grayscale: #5F5F5F. Windows color (decimal): -6864531 or 7160215. OLE color: 7160215.

HSL color Cylindrical-coordinate representation of color #97416D: hue angle of 329.3º 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 #97416D is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15165109-
CMYK00.570.280.41
HSL329.3º39.81%42.35%-
HSV(B)329.3º56.95%59.22%-
XYZ17.4111.4615.76-
YUV95.73135.49167.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=46.46%
G=20%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516510900.570.280.41329.339.8142.35
Hex97416D0391C29149282a
Octal22710115507134515115052
Binary1001011110000011101101011100111100101001101001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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