#974059

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

Shades of Cadillac #974059

Tints of Cadillac #974059

Color information

#974059 (or 0x974059) is unknown color: approx Cadillac. HEX triplet: 97, 40 and 59. RGB value is (151,64,89). Sum of RGB (Red+Green+Blue) = 151+64+89=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #974059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974059 is #68BFA6. Grayscale: #5C5C5C. Windows color (decimal): -6864807 or 5849239. OLE color: 5849239.

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

Color convert

RGB1516489-
CMYK00.580.410.41
HSL342.76º40.47%42.16%-
HSV(B)342.76º57.62%59.22%-
XYZ16.410.9710.7-
YUV92.86125.82169.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 89 (35.16% from 255) = 29.28%
R=49.67%
G=21.05%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151648900.580.410.41342.7640.4742.16
Hex97405903A2929157282a
Octal22710013107251515275052
Binary10010111100000010110010111010101001101001101010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974059; }

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

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

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

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

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

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

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

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