#90485D

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

Shades of Cadillac #90485D

Tints of Cadillac #90485D

Color information

#90485D (or 0x90485D) is unknown color: approx Cadillac. HEX triplet: 90, 48 and 5D. RGB value is (144,72,93). Sum of RGB (Red+Green+Blue) = 144+72+93=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90485D is #6FB7A2. Grayscale: #5F5F5F. Windows color (decimal): -7321507 or 6113424. OLE color: 6113424.

HSL color Cylindrical-coordinate representation of color #90485D: hue angle of 342.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90485D is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1447293-
CMYK00.500.350.44
HSL342.5º33.33%42.35%-
HSV(B)342.5º50%56.47%-
XYZ15.7911.3511.72-
YUV95.92126.35162.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=46.60%
G=23.30%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144729300.500.350.44342.533.3342.35
Hex90485D032232C156212a
Octal22011013506243545264152
Binary10010000100100010111010110010100011101100101010110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,72,93); }

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

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

 a { background-color: rgb(144,72,93); }

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

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

 span { border-color: rgb(144,72,93); }

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