#964872

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

Shades of Cadillac #964872

Tints of Cadillac #964872

Color information

#964872 (or 0x964872) is unknown color: approx Cadillac. HEX triplet: 96, 48 and 72. RGB value is (150,72,114). Sum of RGB (Red+Green+Blue) = 150+72+114=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964872 is #69B78D. Grayscale: #646464. Windows color (decimal): -6928270 or 7489686. OLE color: 7489686.

HSL color Cylindrical-coordinate representation of color #964872: hue angle of 327.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964872 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15072114-
CMYK00.520.240.41
HSL327.69º35.14%43.53%-
HSV(B)327.69º52%58.82%-
XYZ17.9312.3317.36-
YUV100.11135.84163.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=44.64%
G=21.43%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507211400.520.240.41327.6935.1443.53
Hex9648720341829148232c
Octal22611016206430515104354
Binary1001011010010001110010011010011000101001101001000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964872; }

 p { color: rgb(150,72,114); }

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

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

 a { background-color: rgb(150,72,114); }

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

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

 span { border-color: rgb(150,72,114); }

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