Shades of Bordeaux #59091F
Tints of Bordeaux #59091F
RGB
CMYK
RGB Variations
Color information
#59091F (or 0x59091F) is known color: Bordeaux. HEX triplet: 59, 09 and 1F. RGB value is (89,9,31). Sum of RGB (Red+Green+Blue) = 89+9+31=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #59091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59091F is #A6F6E0. Grayscale: #232323. Windows color (decimal): -10942177 or 2034009. OLE color: 2034009.
HSL color Cylindrical-coordinate representation of color #59091F: hue angle of 343.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 #59091F is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 31 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.65 |
| HSL | 343.5º | 0.82% | 0.19% | - |
| HSV(B) | 343.5º | 0.9% | 0.35% | - |
| XYZ | 4.46 | 2.42 | 1.53 | - |
| YUV | 35.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 31 | 0 | 0.90 | 0.65 | 0.65 | 343.5 | 0.82 | 0.19 |
| Hex | 59 | 9 | 1F | 0 | 5A | 41 | 41 | 158 | 52 | 13 |
| Octal | 131 | 11 | 37 | 0 | 132 | 101 | 101 | 530 | 122 | 23 |
| Binary | 1011001 | 1001 | 11111 | 0 | 1011010 | 1000001 | 1000001 | 101011000 | 1010010 | 10011 |
Color Harmonies of #59091F
Complementary color
Monochromatic Colors of #59091F
Black with #59091F
Text Example
Text Example
White with #59091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59091F; }
p { color: rgb(89,9,31); }
H1.HeaderClassName
{
color: #59091F;
}
.AnyTagClassName
{
color: #59091F;
}
</style>
background-color css
<style>
a { background-color: #59091F; }
a { background-color: rgb(89,9,31); }
div.DivClassName
{
background-color: #59091F;
}
.BgClassName
{
background-color: #59091F;
}
</style>
border-color css
<style>
span { border-color: #59091F; }
span { border-color: rgb(89,9,31); }
td.TdClassName
{
border-color: #59091F;
}
.TagClassName
{
border-color: #59091F;
}
</style>