Shades of Bordeaux #59020C
Tints of Bordeaux #59020C
RGB
CMYK
RGB Variations
Color information
#59020C (or 0x59020C) is known color: Bordeaux. HEX triplet: 59, 02 and 0C. RGB value is (89,2,12). Sum of RGB (Red+Green+Blue) = 89+2+12=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #59020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020C is #A6FDF3. Grayscale: #1D1D1D. Windows color (decimal): -10943988 or 787033. OLE color: 787033.
HSL color Cylindrical-coordinate representation of color #59020C: hue angle of 353.1º 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 #59020C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.65 |
| HSL | 353.1º | 0.96% | 0.18% | - |
| HSV(B) | 353.1º | 0.98% | 0.35% | - |
| XYZ | 4.21 | 2.19 | 0.55 | - |
| YUV | 29.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 12 | 0 | 0.98 | 0.87 | 0.65 | 353.1 | 0.96 | 0.18 |
| Hex | 59 | 2 | C | 0 | 62 | 57 | 41 | 161 | 60 | 12 |
| Octal | 131 | 2 | 14 | 0 | 142 | 127 | 101 | 541 | 140 | 22 |
| Binary | 1011001 | 10 | 1100 | 0 | 1100010 | 1010111 | 1000001 | 101100001 | 1100000 | 10010 |
Color Harmonies of #59020C
Complementary color
Monochromatic Colors of #59020C
Black with #59020C
Text Example
Text Example
White with #59020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59020C; }
p { color: rgb(89,2,12); }
H1.HeaderClassName
{
color: #59020C;
}
.AnyTagClassName
{
color: #59020C;
}
</style>
background-color css
<style>
a { background-color: #59020C; }
a { background-color: rgb(89,2,12); }
div.DivClassName
{
background-color: #59020C;
}
.BgClassName
{
background-color: #59020C;
}
</style>
border-color css
<style>
span { border-color: #59020C; }
span { border-color: rgb(89,2,12); }
td.TdClassName
{
border-color: #59020C;
}
.TagClassName
{
border-color: #59020C;
}
</style>