#964771

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

Shades of Cadillac #964771

Tints of Cadillac #964771

Color information

#964771 (or 0x964771) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 71. RGB value is (150,71,113). Sum of RGB (Red+Green+Blue) = 150+71+113=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #964771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964771 is #69B88E. Grayscale: #636363. Windows color (decimal): -6928527 or 7423894. OLE color: 7423894.

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

Color convert

RGB15071113-
CMYK00.530.250.41
HSL328.1º35.75%43.33%-
HSV(B)328.1º52.67%58.82%-
XYZ17.8112.1817.04-
YUV99.41135.67164.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=44.91%
G=21.26%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507111300.530.250.41328.135.7543.33
Hex9647710351929148242b
Octal22610716106531515104453
Binary1001011010001111110001011010111001101001101001000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964771; }

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

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

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

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

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

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

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

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