#96415D

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

Shades of Cadillac #96415D

Tints of Cadillac #96415D

Color information

#96415D (or 0x96415D) is unknown color: approx Cadillac. HEX triplet: 96, 41 and 5D. RGB value is (150,65,93). Sum of RGB (Red+Green+Blue) = 150+65+93=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96415D is #69BEA2. Grayscale: #5D5D5D. Windows color (decimal): -6930083 or 6111638. OLE color: 6111638.

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

Color convert

RGB1506593-
CMYK00.570.380.41
HSL340.24º39.53%42.16%-
HSV(B)340.24º56.67%58.82%-
XYZ16.4411.0511.62-
YUV93.61127.66168.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=48.70%
G=21.10%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150659300.570.380.41340.2439.5342.16
Hex96415D0392629154282a
Octal22610113507146515245052
Binary10010110100000110111010111001100110101001101010100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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