Shades of Bordeaux #580A17
Tints of Bordeaux #580A17
RGB
CMYK
RGB Variations
Color information
#580A17 (or 0x580A17) is known color: Bordeaux. HEX triplet: 58, 0A and 17. RGB value is (88,10,23). Sum of RGB (Red+Green+Blue) = 88+10+23=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580A17 is #A7F5E8. Grayscale: #222222. Windows color (decimal): -11007465 or 1509976. OLE color: 1509976.
HSL color Cylindrical-coordinate representation of color #580A17: hue angle of 350º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A17 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 23 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.65 |
| HSL | 350º | 0.8% | 0.19% | - |
| HSV(B) | 350º | 0.89% | 0.35% | - |
| XYZ | 4.29 | 2.35 | 1.04 | - |
| YUV | 34.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 23 | 0 | 0.89 | 0.74 | 0.65 | 350 | 0.8 | 0.19 |
| Hex | 58 | A | 17 | 0 | 59 | 4A | 41 | 15E | 50 | 13 |
| Octal | 130 | 12 | 27 | 0 | 131 | 112 | 101 | 536 | 120 | 23 |
| Binary | 1011000 | 1010 | 10111 | 0 | 1011001 | 1001010 | 1000001 | 101011110 | 1010000 | 10011 |
Color Harmonies of #580A17
Complementary color
Monochromatic Colors of #580A17
Black with #580A17
Text Example
Text Example
White with #580A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A17; }
p { color: rgb(88,10,23); }
H1.HeaderClassName
{
color: #580A17;
}
.AnyTagClassName
{
color: #580A17;
}
</style>
background-color css
<style>
a { background-color: #580A17; }
a { background-color: rgb(88,10,23); }
div.DivClassName
{
background-color: #580A17;
}
.BgClassName
{
background-color: #580A17;
}
</style>
border-color css
<style>
span { border-color: #580A17; }
span { border-color: rgb(88,10,23); }
td.TdClassName
{
border-color: #580A17;
}
.TagClassName
{
border-color: #580A17;
}
</style>