Shades of Bordeaux #59050F
Tints of Bordeaux #59050F
RGB
CMYK
RGB Variations
Color information
#59050F (or 0x59050F) is known color: Bordeaux. HEX triplet: 59, 05 and 0F. RGB value is (89,5,15). Sum of RGB (Red+Green+Blue) = 89+5+15=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #59050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59050F is #A6FAF0. Grayscale: #1F1F1F. Windows color (decimal): -10943217 or 984409. OLE color: 984409.
HSL color Cylindrical-coordinate representation of color #59050F: hue angle of 352.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59050F is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 15 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.65 |
| HSL | 352.86º | 0.89% | 0.18% | - |
| HSV(B) | 352.86º | 0.94% | 0.35% | - |
| XYZ | 4.26 | 2.27 | 0.66 | - |
| YUV | 31.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 15 | 0 | 0.94 | 0.83 | 0.65 | 352.86 | 0.89 | 0.18 |
| Hex | 59 | 5 | F | 0 | 5E | 53 | 41 | 161 | 59 | 12 |
| Octal | 131 | 5 | 17 | 0 | 136 | 123 | 101 | 541 | 131 | 22 |
| Binary | 1011001 | 101 | 1111 | 0 | 1011110 | 1010011 | 1000001 | 101100001 | 1011001 | 10010 |
Color Harmonies of #59050F
Complementary color
Monochromatic Colors of #59050F
Black with #59050F
Text Example
Text Example
White with #59050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59050F; }
p { color: rgb(89,5,15); }
H1.HeaderClassName
{
color: #59050F;
}
.AnyTagClassName
{
color: #59050F;
}
</style>
background-color css
<style>
a { background-color: #59050F; }
a { background-color: rgb(89,5,15); }
div.DivClassName
{
background-color: #59050F;
}
.BgClassName
{
background-color: #59050F;
}
</style>
border-color css
<style>
span { border-color: #59050F; }
span { border-color: rgb(89,5,15); }
td.TdClassName
{
border-color: #59050F;
}
.TagClassName
{
border-color: #59050F;
}
</style>