#964171

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

Shades of Cadillac #964171

Tints of Cadillac #964171

Color information

#964171 (or 0x964171) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 71. RGB value is (150,65,113). Sum of RGB (Red+Green+Blue) = 150+65+113=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #964171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964171 is #69BE8E. Grayscale: #5F5F5F. Windows color (decimal): -6930063 or 7422358. OLE color: 7422358.

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

Color convert

RGB15065113-
CMYK00.570.250.41
HSL326.12º39.53%42.16%-
HSV(B)326.12º56.67%58.82%-
XYZ17.4511.4616.91-
YUV95.89137.66166.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 65 (25.78% from 255) = 19.82%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=45.73%
G=19.82%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506511300.570.250.41326.1239.5342.16
Hex9641710391929146282a
Octal22610116107131515065052
Binary1001011010000011110001011100111001101001101000110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964171; }

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

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

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

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

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

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

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

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