#90425F

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

Shades of Cadillac #90425F

Tints of Cadillac #90425F

Color information

#90425F (or 0x90425F) is unknown color: approx Cadillac. HEX triplet: 90, 42 and 5F. RGB value is (144,66,95). Sum of RGB (Red+Green+Blue) = 144+66+95=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90425F is #6FBDA0. Grayscale: #5C5C5C. Windows color (decimal): -7323041 or 6242960. OLE color: 6242960.

HSL color Cylindrical-coordinate representation of color #90425F: hue angle of 337.69º 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 #90425F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1446695-
CMYK00.540.340.44
HSL337.69º37.14%41.18%-
HSV(B)337.69º54.17%56.47%-
XYZ15.5210.6512.06-
YUV92.63129.34164.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=47.21%
G=21.64%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144669500.540.340.44337.6937.1441.18
Hex90425F036222C1522529
Octal22010213706642545224551
Binary10010000100001010111110110110100010101100101010010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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