#964971

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

Shades of Cadillac #964971

Tints of Cadillac #964971

Color information

#964971 (or 0x964971) is unknown color: approx Cadillac. HEX triplet: 96, 49 and 71. RGB value is (150,73,113). Sum of RGB (Red+Green+Blue) = 150+73+113=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964971 is #69B68E. Grayscale: #646464. Windows color (decimal): -6928015 or 7424406. OLE color: 7424406.

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

Color convert

RGB15073113-
CMYK00.510.250.41
HSL328.83º34.53%43.73%-
HSV(B)328.83º51.33%58.82%-
XYZ17.9412.4417.08-
YUV100.58135.01163.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=44.64%
G=21.73%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507311300.510.250.41328.8334.5343.73
Hex9649710331929149232c
Octal22611116106331515114354
Binary1001011010010011110001011001111001101001101001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964971; }

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

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

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

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

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

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

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

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