#974572

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

Shades of Cadillac #974572

Tints of Cadillac #974572

Color information

#974572 (or 0x974572) is unknown color: approx Cadillac. HEX triplet: 97, 45 and 72. RGB value is (151,69,114). Sum of RGB (Red+Green+Blue) = 151+69+114=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #974572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974572 is #68BA8D. Grayscale: #626262. Windows color (decimal): -6863502 or 7488919. OLE color: 7488919.

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

Color convert

RGB15169114-
CMYK00.540.250.41
HSL327.07º37.27%43.14%-
HSV(B)327.07º54.3%59.22%-
XYZ17.9312.0517.3-
YUV98.65136.67165.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=45.21%
G=20.66%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516911400.540.250.41327.0737.2743.14
Hex9745720361929147252b
Octal22710516206631515074553
Binary1001011110001011110010011011011001101001101000111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974572; }

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

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

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

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

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

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

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

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