#964359

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

Shades of Cadillac #964359

Tints of Cadillac #964359

Color information

#964359 (or 0x964359) is unknown color: approx Cadillac. HEX triplet: 96, 43 and 59. RGB value is (150,67,89). Sum of RGB (Red+Green+Blue) = 150+67+89=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964359 is #69BCA6. Grayscale: #5E5E5E. Windows color (decimal): -6929575 or 5850006. OLE color: 5850006.

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

Color convert

RGB1506789-
CMYK00.550.410.41
HSL344.1º38.25%42.55%-
HSV(B)344.1º55.33%58.82%-
XYZ16.3911.2210.75-
YUV94.32125167.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=49.02%
G=21.90%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150678900.550.410.41344.138.2542.55
Hex9643590372929158262b
Octal22610313106751515304653
Binary10010110100001110110010110111101001101001101011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964359; }

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

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

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

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

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

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

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

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