#964371

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

Shades of Cadillac #964371

Tints of Cadillac #964371

Color information

#964371 (or 0x964371) is unknown color: approx Cadillac. HEX triplet: 96, 43 and 71. RGB value is (150,67,113). Sum of RGB (Red+Green+Blue) = 150+67+113=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #964371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964371 is #69BC8E. Grayscale: #606060. Windows color (decimal): -6929551 or 7422870. OLE color: 7422870.

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

Color convert

RGB15067113-
CMYK00.550.250.41
HSL326.75º38.25%42.55%-
HSV(B)326.75º55.33%58.82%-
XYZ17.5711.6916.95-
YUV97.06137165.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=45.45%
G=20.30%
B=34.24%

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
Decimal1506711300.550.250.41326.7538.2542.55
Hex9643710371929147262b
Octal22610316106731515074653
Binary1001011010000111110001011011111001101001101000111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964371; }

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

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

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

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

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

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

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

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