#974272

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

Shades of Cadillac #974272

Tints of Cadillac #974272

Color information

#974272 (or 0x974272) is unknown color: approx Cadillac. HEX triplet: 97, 42 and 72. RGB value is (151,66,114). Sum of RGB (Red+Green+Blue) = 151+66+114=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #974272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974272 is #68BD8D. Grayscale: #606060. Windows color (decimal): -6864270 or 7488151. OLE color: 7488151.

HSL color Cylindrical-coordinate representation of color #974272: hue angle of 326.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974272 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15166114-
CMYK00.560.250.41
HSL326.12º39.17%42.55%-
HSV(B)326.12º56.29%59.22%-
XYZ17.7511.6917.24-
YUV96.89137.66166.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=45.62%
G=19.94%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516611400.560.250.41326.1239.1742.55
Hex9742720381929146272b
Octal22710216207031515064753
Binary1001011110000101110010011100011001101001101000110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974272; }

 p { color: rgb(151,66,114); }

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

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

 a { background-color: rgb(151,66,114); }

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

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

 span { border-color: rgb(151,66,114); }

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