#964072

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

Shades of Cadillac #964072

Tints of Cadillac #964072

Color information

#964072 (or 0x964072) is unknown color: approx Cadillac. HEX triplet: 96, 40 and 72. RGB value is (150,64,114). Sum of RGB (Red+Green+Blue) = 150+64+114=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #964072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964072 is #69BF8D. Grayscale: #5F5F5F. Windows color (decimal): -6930318 or 7487638. OLE color: 7487638.

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

Color convert

RGB15064114-
CMYK00.570.240.41
HSL325.12º40.19%41.96%-
HSV(B)325.12º57.33%58.82%-
XYZ17.4511.3717.19-
YUV95.41138.49166.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=45.73%
G=19.51%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506411400.570.240.41325.1240.1941.96
Hex9640720391829145282a
Octal22610016207130515055052
Binary1001011010000001110010011100111000101001101000101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964072; }

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

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

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

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

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

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

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

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