#590111

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

Shades of Bordeaux #590111

Tints of Bordeaux #590111

Color information

#590111 (or 0x590111) is unknown color: approx Bordeaux. HEX triplet: 59, 01 and 11. RGB value is (89,1,17). Sum of RGB (Red+Green+Blue) = 89+1+17=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #590111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590111 is #A6FEEE. Grayscale: #1D1D1D. Windows color (decimal): -10944239 or 1114457. OLE color: 1114457.

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

Color convert

RGB89117-
CMYK00.990.810.65
HSL349.09º97.78%17.65%-
HSV(B)349.09º98.88%34.9%-
XYZ4.232.190.73-
YUV29.14121.15170.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.18%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=83.18%
G=0.93%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8911700.990.810.65349.0997.7817.65
Hex59111063514115d6212
Octal131121014312110153514222
Binary10110011100010110001110100011000001101011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590111; }

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

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

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

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

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

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

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

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