#90386B

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

Shades of Cadillac #90386B

Tints of Cadillac #90386B

Color information

#90386B (or 0x90386B) is unknown color: approx Cadillac. HEX triplet: 90, 38 and 6B. RGB value is (144,56,107). Sum of RGB (Red+Green+Blue) = 144+56+107=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90386B is #6FC794. Grayscale: #585858. Windows color (decimal): -7325589 or 7026832. OLE color: 7026832.

HSL color Cylindrical-coordinate representation of color #90386B: hue angle of 325.23º 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 #90386B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB14456107-
CMYK00.610.260.44
HSL325.23º44%39.22%-
HSV(B)325.23º61.11%56.47%-
XYZ15.579.8214.98-
YUV88.13138.65167.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=46.91%
G=18.24%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445610700.610.260.44325.234439.22
Hex90386B03D1A2C1452c27
Octal2207015307532545055447
Binary100100001110001101011011110111010101100101000101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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