#90425D

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

Shades of Cadillac #90425D

Tints of Cadillac #90425D

Color information

#90425D (or 0x90425D) is unknown color: approx Cadillac. HEX triplet: 90, 42 and 5D. RGB value is (144,66,93). Sum of RGB (Red+Green+Blue) = 144+66+93=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90425D is #6FBDA2. Grayscale: #5C5C5C. Windows color (decimal): -7323043 or 6111888. OLE color: 6111888.

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

Color convert

RGB1446693-
CMYK00.540.350.44
HSL339.23º37.14%41.18%-
HSV(B)339.23º54.17%56.47%-
XYZ15.4310.6211.59-
YUV92.4128.34164.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.52%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=47.52%
G=21.78%
B=30.69%

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
Decimal144669300.540.350.44339.2337.1441.18
Hex90425D036232C1532529
Octal22010213506643545234551
Binary10010000100001010111010110110100011101100101010011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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