#90495B

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

Shades of Cadillac #90495B

Tints of Cadillac #90495B

Color information

#90495B (or 0x90495B) is unknown color: approx Cadillac. HEX triplet: 90, 49 and 5B. RGB value is (144,73,91). Sum of RGB (Red+Green+Blue) = 144+73+91=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90495B is #6FB6A4. Grayscale: #606060. Windows color (decimal): -7321253 or 5982608. OLE color: 5982608.

HSL color Cylindrical-coordinate representation of color #90495B: hue angle of 344.79º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90495B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1447391-
CMYK00.490.370.44
HSL344.79º32.72%42.55%-
HSV(B)344.79º49.31%56.47%-
XYZ15.7711.4511.28-
YUV96.28125.02162.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=46.75%
G=23.70%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144739100.490.370.44344.7932.7242.55
Hex90495B031252C159212b
Octal22011113306145545314153
Binary10010000100100110110110110001100101101100101011001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,73,91); }

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

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

 a { background-color: rgb(144,73,91); }

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

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

 span { border-color: rgb(144,73,91); }

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