Shades of Bordeaux #59081F
Tints of Bordeaux #59081F
RGB
CMYK
RGB Variations
Color information
#59081F (or 0x59081F) is known color: Bordeaux. HEX triplet: 59, 08 and 1F. RGB value is (89,8,31). Sum of RGB (Red+Green+Blue) = 89+8+31=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #59081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59081F is #A6F7E0. Grayscale: #222222. Windows color (decimal): -10942433 or 2033753. OLE color: 2033753.
HSL color Cylindrical-coordinate representation of color #59081F: hue angle of 342.96º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59081F is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 31 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.65 |
| HSL | 342.96º | 0.84% | 0.19% | - |
| HSV(B) | 342.96º | 0.91% | 0.35% | - |
| XYZ | 4.45 | 2.4 | 1.52 | - |
| YUV | 34.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 31 | 0 | 0.91 | 0.65 | 0.65 | 342.96 | 0.84 | 0.19 |
| Hex | 59 | 8 | 1F | 0 | 5B | 41 | 41 | 157 | 54 | 13 |
| Octal | 131 | 10 | 37 | 0 | 133 | 101 | 101 | 527 | 124 | 23 |
| Binary | 1011001 | 1000 | 11111 | 0 | 1011011 | 1000001 | 1000001 | 101010111 | 1010100 | 10011 |
Color Harmonies of #59081F
Complementary color
Monochromatic Colors of #59081F
Black with #59081F
Text Example
Text Example
White with #59081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59081F; }
p { color: rgb(89,8,31); }
H1.HeaderClassName
{
color: #59081F;
}
.AnyTagClassName
{
color: #59081F;
}
</style>
background-color css
<style>
a { background-color: #59081F; }
a { background-color: rgb(89,8,31); }
div.DivClassName
{
background-color: #59081F;
}
.BgClassName
{
background-color: #59081F;
}
</style>
border-color css
<style>
span { border-color: #59081F; }
span { border-color: rgb(89,8,31); }
td.TdClassName
{
border-color: #59081F;
}
.TagClassName
{
border-color: #59081F;
}
</style>