#90386C

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

Shades of Cadillac #90386C

Tints of Cadillac #90386C

Color information

#90386C (or 0x90386C) is unknown color: approx Cadillac. HEX triplet: 90, 38 and 6C. RGB value is (144,56,108). Sum of RGB (Red+Green+Blue) = 144+56+108=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90386C is #6FC793. Grayscale: #585858. Windows color (decimal): -7325588 or 7092368. OLE color: 7092368.

HSL color Cylindrical-coordinate representation of color #90386C: hue angle of 324.55º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90386C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14456108-
CMYK00.610.250.44
HSL324.55º44%39.22%-
HSV(B)324.55º61.11%56.47%-
XYZ15.629.8415.26-
YUV88.24139.15167.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=46.75%
G=18.18%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445610800.610.250.44324.554439.22
Hex90386C03D192C1452c27
Octal2207015407531545055447
Binary100100001110001101100011110111001101100101000101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90386C; }

 p { color: rgb(144,56,108); }

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

<style>
 a { background-color: #90386C; }

 a { background-color: rgb(144,56,108); }

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

<style>
 span { border-color: #90386C; }

 span { border-color: rgb(144,56,108); }

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