#90396D

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

Shades of Cadillac #90396D

Tints of Cadillac #90396D

Color information

#90396D (or 0x90396D) is unknown color: approx Cadillac. HEX triplet: 90, 39 and 6D. RGB value is (144,57,109). Sum of RGB (Red+Green+Blue) = 144+57+109=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #90396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90396D is #6FC692. Grayscale: #585858. Windows color (decimal): -7325331 or 7158160. OLE color: 7158160.

HSL color Cylindrical-coordinate representation of color #90396D: hue angle of 324.14º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90396D is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14457109-
CMYK00.600.240.44
HSL324.14º43.28%39.41%-
HSV(B)324.14º60.42%56.47%-
XYZ15.739.9615.56-
YUV88.94139.32167.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.45%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=46.45%
G=18.39%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445710900.600.240.44324.1443.2839.41
Hex90396D03C182C1442b27
Octal2207115507430545045347
Binary100100001110011101101011110011000101100101000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,57,109); }

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

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

 a { background-color: rgb(144,57,109); }

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

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

 span { border-color: rgb(144,57,109); }

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