Shades of Bordeaux #59060F
Tints of Bordeaux #59060F
RGB
CMYK
RGB Variations
Color information
#59060F (or 0x59060F) is known color: Bordeaux. HEX triplet: 59, 06 and 0F. RGB value is (89,6,15). Sum of RGB (Red+Green+Blue) = 89+6+15=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #59060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59060F is #A6F9F0. Grayscale: #1F1F1F. Windows color (decimal): -10942961 or 984665. OLE color: 984665.
HSL color Cylindrical-coordinate representation of color #59060F: hue angle of 353.49º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59060F is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 6 | 15 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.65 |
| HSL | 353.49º | 0.87% | 0.19% | - |
| HSV(B) | 353.49º | 0.93% | 0.35% | - |
| XYZ | 4.27 | 2.29 | 0.67 | - |
| YUV | 31.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 15 | 0 | 0.93 | 0.83 | 0.65 | 353.49 | 0.87 | 0.19 |
| Hex | 59 | 6 | F | 0 | 5D | 53 | 41 | 161 | 57 | 13 |
| Octal | 131 | 6 | 17 | 0 | 135 | 123 | 101 | 541 | 127 | 23 |
| Binary | 1011001 | 110 | 1111 | 0 | 1011101 | 1010011 | 1000001 | 101100001 | 1010111 | 10011 |
Color Harmonies of #59060F
Complementary color
Monochromatic Colors of #59060F
Black with #59060F
Text Example
Text Example
White with #59060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59060F; }
p { color: rgb(89,6,15); }
H1.HeaderClassName
{
color: #59060F;
}
.AnyTagClassName
{
color: #59060F;
}
</style>
background-color css
<style>
a { background-color: #59060F; }
a { background-color: rgb(89,6,15); }
div.DivClassName
{
background-color: #59060F;
}
.BgClassName
{
background-color: #59060F;
}
</style>
border-color css
<style>
span { border-color: #59060F; }
span { border-color: rgb(89,6,15); }
td.TdClassName
{
border-color: #59060F;
}
.TagClassName
{
border-color: #59060F;
}
</style>