Shades of Bordeaux #59091B
Tints of Bordeaux #59091B
RGB
CMYK
RGB Variations
Color information
#59091B (or 0x59091B) is known color: Bordeaux. HEX triplet: 59, 09 and 1B. RGB value is (89,9,27). Sum of RGB (Red+Green+Blue) = 89+9+27=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #59091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59091B is #A6F6E4. Grayscale: #222222. Windows color (decimal): -10942181 or 1771865. OLE color: 1771865.
HSL color Cylindrical-coordinate representation of color #59091B: hue angle of 346.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59091B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 27 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.65 |
| HSL | 346.5º | 0.82% | 0.19% | - |
| HSV(B) | 346.5º | 0.9% | 0.35% | - |
| XYZ | 4.42 | 2.4 | 1.27 | - |
| YUV | 34.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 27 | 0 | 0.90 | 0.70 | 0.65 | 346.5 | 0.82 | 0.19 |
| Hex | 59 | 9 | 1B | 0 | 5A | 46 | 41 | 15A | 52 | 13 |
| Octal | 131 | 11 | 33 | 0 | 132 | 106 | 101 | 532 | 122 | 23 |
| Binary | 1011001 | 1001 | 11011 | 0 | 1011010 | 1000110 | 1000001 | 101011010 | 1010010 | 10011 |
Color Harmonies of #59091B
Complementary color
Monochromatic Colors of #59091B
Black with #59091B
Text Example
Text Example
White with #59091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59091B; }
p { color: rgb(89,9,27); }
H1.HeaderClassName
{
color: #59091B;
}
.AnyTagClassName
{
color: #59091B;
}
</style>
background-color css
<style>
a { background-color: #59091B; }
a { background-color: rgb(89,9,27); }
div.DivClassName
{
background-color: #59091B;
}
.BgClassName
{
background-color: #59091B;
}
</style>
border-color css
<style>
span { border-color: #59091B; }
span { border-color: rgb(89,9,27); }
td.TdClassName
{
border-color: #59091B;
}
.TagClassName
{
border-color: #59091B;
}
</style>