#96415F

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

Shades of Cadillac #96415F

Tints of Cadillac #96415F

Color information

#96415F (or 0x96415F) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 5F. RGB value is (150,65,95). Sum of RGB (Red+Green+Blue) = 150+65+95=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96415F is #69BEA0. Grayscale: #5D5D5D. Windows color (decimal): -6930081 or 6242710. OLE color: 6242710.

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

Color convert

RGB1506595-
CMYK00.570.370.41
HSL338.82º39.53%42.16%-
HSV(B)338.82º56.67%58.82%-
XYZ16.5311.0912.1-
YUV93.84128.66168.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=48.39%
G=20.97%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150659500.570.370.41338.8239.5342.16
Hex96415F0392529153282a
Octal22610113707145515235052
Binary10010110100000110111110111001100101101001101010011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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