#90425B

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

Shades of Cadillac #90425B

Tints of Cadillac #90425B

Color information

#90425B (or 0x90425B) is unknown color: approx Cadillac. HEX triplet: 90, 42 and 5B. RGB value is (144,66,91). Sum of RGB (Red+Green+Blue) = 144+66+91=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90425B is #6FBDA4. Grayscale: #5C5C5C. Windows color (decimal): -7323045 or 5980816. OLE color: 5980816.

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

Color convert

RGB1446691-
CMYK00.540.370.44
HSL340.77º37.14%41.18%-
HSV(B)340.77º54.17%56.47%-
XYZ15.3410.5811.13-
YUV92.17127.34164.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.84%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=47.84%
G=21.93%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144669100.540.370.44340.7737.1441.18
Hex90425B036252C1552529
Octal22010213306645545254551
Binary10010000100001010110110110110100101101100101010101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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