#590011

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

Shades of Bordeaux #590011

Tints of Bordeaux #590011

Color information

#590011 (or 0x590011) is unknown color: approx Bordeaux. HEX triplet: 59, 00 and 11. RGB value is (89,0,17). Sum of RGB (Red+Green+Blue) = 89+0+17=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #590011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590011 is #A6FFEE. Grayscale: #1C1C1C. Windows color (decimal): -10944495 or 1114201. OLE color: 1114201.

HSL color Cylindrical-coordinate representation of color #590011: hue angle of 348.54º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590011 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB89017-
CMYK010.810.65
HSL348.54º100%17.45%-
HSV(B)348.54º100%34.9%-
XYZ4.222.160.73-
YUV28.55121.49171.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=83.96%
G=0%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89017010.810.65348.5410017.45
Hex59011064514115d6411
Octal131021014412110153514421
Binary10110010100010110010010100011000001101011101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590011; }

 p { color: rgb(89,0,17); }

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

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

 a { background-color: rgb(89,0,17); }

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

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

 span { border-color: rgb(89,0,17); }

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