#904259

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

Shades of Cadillac #904259

Tints of Cadillac #904259

Color information

#904259 (or 0x904259) is unknown color: approx Cadillac. HEX triplet: 90, 42 and 59. RGB value is (144,66,89). Sum of RGB (Red+Green+Blue) = 144+66+89=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #904259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904259 is #6FBDA6. Grayscale: #5B5B5B. Windows color (decimal): -7323047 or 5849744. OLE color: 5849744.

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

Color convert

RGB1446689-
CMYK00.540.380.44
HSL342.31º37.14%41.18%-
HSV(B)342.31º54.17%56.47%-
XYZ15.2510.5510.68-
YUV91.94126.34165.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=48.16%
G=22.07%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144668900.540.380.44342.3137.1441.18
Hex904259036262C1562529
Octal22010213106646545264551
Binary10010000100001010110010110110100110101100101010110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904259; }

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

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

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

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

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

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

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

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