Shades of Bordeaux #59020F
Tints of Bordeaux #59020F
RGB
CMYK
RGB Variations
Color information
#59020F (or 0x59020F) is known color: Bordeaux. HEX triplet: 59, 02 and 0F. RGB value is (89,2,15). Sum of RGB (Red+Green+Blue) = 89+2+15=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #59020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020F is #A6FDF0. Grayscale: #1D1D1D. Windows color (decimal): -10943985 or 983641. OLE color: 983641.
HSL color Cylindrical-coordinate representation of color #59020F: hue angle of 351.03º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59020F is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.65 |
| HSL | 351.03º | 0.96% | 0.18% | - |
| HSV(B) | 351.03º | 0.98% | 0.35% | - |
| XYZ | 4.23 | 2.2 | 0.65 | - |
| YUV | 29.5 | 119.82 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 15 | 0 | 0.98 | 0.83 | 0.65 | 351.03 | 0.96 | 0.18 |
| Hex | 59 | 2 | F | 0 | 62 | 53 | 41 | 15F | 60 | 12 |
| Octal | 131 | 2 | 17 | 0 | 142 | 123 | 101 | 537 | 140 | 22 |
| Binary | 1011001 | 10 | 1111 | 0 | 1100010 | 1010011 | 1000001 | 101011111 | 1100000 | 10010 |
Color Harmonies of #59020F
Complementary color
Monochromatic Colors of #59020F
Black with #59020F
Text Example
Text Example
White with #59020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59020F; }
p { color: rgb(89,2,15); }
H1.HeaderClassName
{
color: #59020F;
}
.AnyTagClassName
{
color: #59020F;
}
</style>
background-color css
<style>
a { background-color: #59020F; }
a { background-color: rgb(89,2,15); }
div.DivClassName
{
background-color: #59020F;
}
.BgClassName
{
background-color: #59020F;
}
</style>
border-color css
<style>
span { border-color: #59020F; }
span { border-color: rgb(89,2,15); }
td.TdClassName
{
border-color: #59020F;
}
.TagClassName
{
border-color: #59020F;
}
</style>