#590818

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

Shades of Bordeaux #590818

Tints of Bordeaux #590818

Color information

#590818 (or 0x590818) is unknown color: approx Bordeaux. HEX triplet: 59, 08 and 18. RGB value is (89,8,24). Sum of RGB (Red+Green+Blue) = 89+8+24=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #590818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590818 is #A6F7E7. Grayscale: #222222. Windows color (decimal): -10942440 or 1575001. OLE color: 1575001.

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

Color convert

RGB89824-
CMYK00.910.730.65
HSL348.15º83.51%19.02%-
HSV(B)348.15º91.01%34.9%-
XYZ4.372.361.09-
YUV34.04122.34167.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 73.55%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=73.55%
G=6.61%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8982400.910.730.65348.1583.5119.02
Hex5981805B494115c5413
Octal1311030013311110153412423
Binary10110011000110000101101110010011000001101011100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590818; }

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

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

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

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

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

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

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

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