#590418

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

Shades of Bordeaux #590418

Tints of Bordeaux #590418

Color information

#590418 (or 0x590418) is unknown color: approx Bordeaux. HEX triplet: 59, 04 and 18. RGB value is (89,4,24). Sum of RGB (Red+Green+Blue) = 89+4+24=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #590418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590418 is #A6FBE7. Grayscale: #1F1F1F. Windows color (decimal): -10943464 or 1573977. OLE color: 1573977.

HSL color Cylindrical-coordinate representation of color #590418: hue angle of 345.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590418 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB89424-
CMYK00.960.730.65
HSL345.88º91.4%18.24%-
HSV(B)345.88º95.51%34.9%-
XYZ4.332.281.08-
YUV31.7123.66168.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=76.07%
G=3.42%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8942400.960.730.65345.8891.418.24
Hex59418060494115a5b12
Octal131430014011110153213322
Binary1011001100110000110000010010011000001101011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590418; }

 p { color: rgb(89,4,24); }

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

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

 a { background-color: rgb(89,4,24); }

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

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

 span { border-color: rgb(89,4,24); }

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