#964471

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

Shades of Cadillac #964471

Tints of Cadillac #964471

Color information

#964471 (or 0x964471) is unknown color: approx Cadillac. HEX triplet: 96, 44 and 71. RGB value is (150,68,113). Sum of RGB (Red+Green+Blue) = 150+68+113=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #964471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964471 is #69BB8E. Grayscale: #616161. Windows color (decimal): -6929295 or 7423126. OLE color: 7423126.

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

Color convert

RGB15068113-
CMYK00.550.250.41
HSL327.07º37.61%42.75%-
HSV(B)327.07º54.67%58.82%-
XYZ17.6311.8116.97-
YUV97.65136.67165.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=45.32%
G=20.54%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506811300.550.250.41327.0737.6142.75
Hex9644710371929147262b
Octal22610416106731515074653
Binary1001011010001001110001011011111001101001101000111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964471; }

 p { color: rgb(150,68,113); }

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

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

 a { background-color: rgb(150,68,113); }

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

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

 span { border-color: rgb(150,68,113); }

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