Shades of Bordeaux #590C17
Tints of Bordeaux #590C17
RGB
CMYK
RGB Variations
Color information
#590C17 (or 0x590C17) is known color: Bordeaux. HEX triplet: 59, 0C and 17. RGB value is (89,12,23). Sum of RGB (Red+Green+Blue) = 89+12+23=124 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.77% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 89 - color contains mainly: red. Hex color #590C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590C17 is #A6F3E8. Grayscale: #242424. Windows color (decimal): -10941417 or 1510489. OLE color: 1510489.
HSL color Cylindrical-coordinate representation of color #590C17: hue angle of 351.43º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C17 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 23 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.65 |
| HSL | 351.43º | 0.76% | 0.2% | - |
| HSV(B) | 351.43º | 0.87% | 0.35% | - |
| XYZ | 4.41 | 2.45 | 1.05 | - |
| YUV | 36.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 23 | 0 | 0.87 | 0.74 | 0.65 | 351.43 | 0.76 | 0.2 |
| Hex | 59 | C | 17 | 0 | 57 | 4A | 41 | 15F | 4C | 14 |
| Octal | 131 | 14 | 27 | 0 | 127 | 112 | 101 | 537 | 114 | 24 |
| Binary | 1011001 | 1100 | 10111 | 0 | 1010111 | 1001010 | 1000001 | 101011111 | 1001100 | 10100 |
Color Harmonies of #590C17
Complementary color
Monochromatic Colors of #590C17
Black with #590C17
Text Example
Text Example
White with #590C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C17; }
p { color: rgb(89,12,23); }
H1.HeaderClassName
{
color: #590C17;
}
.AnyTagClassName
{
color: #590C17;
}
</style>
background-color css
<style>
a { background-color: #590C17; }
a { background-color: rgb(89,12,23); }
div.DivClassName
{
background-color: #590C17;
}
.BgClassName
{
background-color: #590C17;
}
</style>
border-color css
<style>
span { border-color: #590C17; }
span { border-color: rgb(89,12,23); }
td.TdClassName
{
border-color: #590C17;
}
.TagClassName
{
border-color: #590C17;
}
</style>