Shades of Bordeaux #59011A
Tints of Bordeaux #59011A
RGB
CMYK
RGB Variations
Color information
#59011A (or 0x59011A) is known color: Bordeaux. HEX triplet: 59, 01 and 1A. RGB value is (89,1,26). Sum of RGB (Red+Green+Blue) = 89+1+26=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #59011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59011A is #A6FEE5. Grayscale: #1E1E1E. Windows color (decimal): -10944230 or 1704281. OLE color: 1704281.
HSL color Cylindrical-coordinate representation of color #59011A: hue angle of 342.95º 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 #59011A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.65 |
| HSL | 342.95º | 0.98% | 0.18% | - |
| HSV(B) | 342.95º | 0.99% | 0.35% | - |
| XYZ | 4.32 | 2.22 | 1.18 | - |
| YUV | 30.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 26 | 0 | 0.99 | 0.71 | 0.65 | 342.95 | 0.98 | 0.18 |
| Hex | 59 | 1 | 1A | 0 | 63 | 47 | 41 | 157 | 62 | 12 |
| Octal | 131 | 1 | 32 | 0 | 143 | 107 | 101 | 527 | 142 | 22 |
| Binary | 1011001 | 1 | 11010 | 0 | 1100011 | 1000111 | 1000001 | 101010111 | 1100010 | 10010 |
Color Harmonies of #59011A
Complementary color
Monochromatic Colors of #59011A
Black with #59011A
Text Example
Text Example
White with #59011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59011A; }
p { color: rgb(89,1,26); }
H1.HeaderClassName
{
color: #59011A;
}
.AnyTagClassName
{
color: #59011A;
}
</style>
background-color css
<style>
a { background-color: #59011A; }
a { background-color: rgb(89,1,26); }
div.DivClassName
{
background-color: #59011A;
}
.BgClassName
{
background-color: #59011A;
}
</style>
border-color css
<style>
span { border-color: #59011A; }
span { border-color: rgb(89,1,26); }
td.TdClassName
{
border-color: #59011A;
}
.TagClassName
{
border-color: #59011A;
}
</style>