#90475E

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

Shades of Cadillac #90475E

Tints of Cadillac #90475E

Color information

#90475E (or 0x90475E) is unknown color: approx Cadillac. HEX triplet: 90, 47 and 5E. RGB value is (144,71,94). Sum of RGB (Red+Green+Blue) = 144+71+94=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90475E is #6FB8A1. Grayscale: #5F5F5F. Windows color (decimal): -7321762 or 6178704. OLE color: 6178704.

HSL color Cylindrical-coordinate representation of color #90475E: hue angle of 341.1º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90475E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1447194-
CMYK00.510.350.44
HSL341.1º33.95%42.16%-
HSV(B)341.1º50.69%56.47%-
XYZ15.7811.2411.93-
YUV95.45127.18162.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=46.60%
G=22.98%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144719400.510.350.44341.133.9542.16
Hex90475E033232C155222a
Octal22010713606343545254252
Binary10010000100011110111100110011100011101100101010101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90475E; }

 p { color: rgb(144,71,94); }

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

<style>
 a { background-color: #90475E; }

 a { background-color: rgb(144,71,94); }

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

<style>
 span { border-color: #90475E; }

 span { border-color: rgb(144,71,94); }

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