Shades of Bordeaux #590113
Tints of Bordeaux #590113
RGB
CMYK
RGB Variations
Color information
#590113 (or 0x590113) is known color: Bordeaux. HEX triplet: 59, 01 and 13. RGB value is (89,1,19). Sum of RGB (Red+Green+Blue) = 89+1+19=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #590113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590113 is #A6FEEC. Grayscale: #1D1D1D. Windows color (decimal): -10944237 or 1245529. OLE color: 1245529.
HSL color Cylindrical-coordinate representation of color #590113: hue angle of 347.73º 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 #590113 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.65 |
| HSL | 347.73º | 0.98% | 0.18% | - |
| HSV(B) | 347.73º | 0.99% | 0.35% | - |
| XYZ | 4.25 | 2.19 | 0.82 | - |
| YUV | 29.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 19 | 0 | 0.99 | 0.79 | 0.65 | 347.73 | 0.98 | 0.18 |
| Hex | 59 | 1 | 13 | 0 | 63 | 4F | 41 | 15C | 62 | 12 |
| Octal | 131 | 1 | 23 | 0 | 143 | 117 | 101 | 534 | 142 | 22 |
| Binary | 1011001 | 1 | 10011 | 0 | 1100011 | 1001111 | 1000001 | 101011100 | 1100010 | 10010 |
Color Harmonies of #590113
Complementary color
Monochromatic Colors of #590113
Black with #590113
Text Example
Text Example
White with #590113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590113; }
p { color: rgb(89,1,19); }
H1.HeaderClassName
{
color: #590113;
}
.AnyTagClassName
{
color: #590113;
}
</style>
background-color css
<style>
a { background-color: #590113; }
a { background-color: rgb(89,1,19); }
div.DivClassName
{
background-color: #590113;
}
.BgClassName
{
background-color: #590113;
}
</style>
border-color css
<style>
span { border-color: #590113; }
span { border-color: rgb(89,1,19); }
td.TdClassName
{
border-color: #590113;
}
.TagClassName
{
border-color: #590113;
}
</style>