#96415B

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

Shades of Cadillac #96415B

Tints of Cadillac #96415B

Color information

#96415B (or 0x96415B) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 5B. RGB value is (150,65,91). Sum of RGB (Red+Green+Blue) = 150+65+91=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96415B is #69BEA4. Grayscale: #5D5D5D. Windows color (decimal): -6930085 or 5980566. OLE color: 5980566.

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

Color convert

RGB1506591-
CMYK00.570.390.41
HSL341.65º39.53%42.16%-
HSV(B)341.65º56.67%58.82%-
XYZ16.3611.0211.16-
YUV93.38126.66168.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=49.02%
G=21.24%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150659100.570.390.41341.6539.5342.16
Hex96415B0392729156282a
Octal22610113307147515265052
Binary10010110100000110110110111001100111101001101010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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