#974159

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

Shades of Cadillac #974159

Tints of Cadillac #974159

Color information

#974159 (or 0x974159) is unknown color: approx Cadillac. HEX triplet: 97, 41 and 59. RGB value is (151,65,89). Sum of RGB (Red+Green+Blue) = 151+65+89=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #974159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974159 is #68BEA6. Grayscale: #5D5D5D. Windows color (decimal): -6864551 or 5849495. OLE color: 5849495.

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

Color convert

RGB1516589-
CMYK00.570.410.41
HSL343.26º39.81%42.35%-
HSV(B)343.26º56.95%59.22%-
XYZ16.4611.0810.72-
YUV93.45125.49169.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=49.51%
G=21.31%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151658900.570.410.41343.2639.8142.35
Hex9741590392929157282a
Octal22710113107151515275052
Binary10010111100000110110010111001101001101001101010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974159; }

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

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

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

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

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

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

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

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