#96425B

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

Shades of Cadillac #96425B

Tints of Cadillac #96425B

Color information

#96425B (or 0x96425B) is unknown color: approx Cadillac. HEX triplet: 96, 42 and 5B. RGB value is (150,66,91). Sum of RGB (Red+Green+Blue) = 150+66+91=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96425B is #69BDA4. Grayscale: #5D5D5D. Windows color (decimal): -6929829 or 5980822. OLE color: 5980822.

HSL color Cylindrical-coordinate representation of color #96425B: hue angle of 342.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96425B is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1506691-
CMYK00.560.390.41
HSL342.14º38.89%42.35%-
HSV(B)342.14º56%58.82%-
XYZ16.4111.1411.18-
YUV93.97126.33167.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=48.86%
G=21.50%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150669100.560.390.41342.1438.8942.35
Hex96425B0382729156272a
Octal22610213307047515264752
Binary10010110100001010110110111000100111101001101010110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96425B; }

 p { color: rgb(150,66,91); }

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

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

 a { background-color: rgb(150,66,91); }

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

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

 span { border-color: rgb(150,66,91); }

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