#90396A

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

Shades of Cadillac #90396A

Tints of Cadillac #90396A

Color information

#90396A (or 0x90396A) is unknown color: approx Cadillac. HEX triplet: 90, 39 and 6A. RGB value is (144,57,106). Sum of RGB (Red+Green+Blue) = 144+57+106=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90396A is #6FC695. Grayscale: #585858. Windows color (decimal): -7325334 or 6961552. OLE color: 6961552.

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

Color convert

RGB14457106-
CMYK00.600.260.44
HSL326.21º43.28%39.41%-
HSV(B)326.21º60.42%56.47%-
XYZ15.579.914.73-
YUV88.6137.82167.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=46.91%
G=18.57%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445710600.600.260.44326.2143.2839.41
Hex90396A03C1A2C1462b27
Octal2207115207432545065347
Binary100100001110011101010011110011010101100101000110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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