#90425E

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

Shades of Cadillac #90425E

Tints of Cadillac #90425E

Color information

#90425E (or 0x90425E) is unknown color: approx Cadillac. HEX triplet: 90, 42 and 5E. RGB value is (144,66,94). Sum of RGB (Red+Green+Blue) = 144+66+94=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90425E is #6FBDA1. Grayscale: #5C5C5C. Windows color (decimal): -7323042 or 6177424. OLE color: 6177424.

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

Color convert

RGB1446694-
CMYK00.540.350.44
HSL338.46º37.14%41.18%-
HSV(B)338.46º54.17%56.47%-
XYZ15.4710.6311.83-
YUV92.51128.84164.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.37%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=47.37%
G=21.71%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144669400.540.350.44338.4637.1441.18
Hex90425E036232C1522529
Octal22010213606643545224551
Binary10010000100001010111100110110100011101100101010010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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