Shades of Bordeaux #580B17
Tints of Bordeaux #580B17
RGB
CMYK
RGB Variations
Color information
#580B17 (or 0x580B17) is known color: Bordeaux. HEX triplet: 58, 0B and 17. RGB value is (88,11,23). Sum of RGB (Red+Green+Blue) = 88+11+23=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B17 is #A7F4E8. Grayscale: #232323. Windows color (decimal): -11007209 or 1510232. OLE color: 1510232.
HSL color Cylindrical-coordinate representation of color #580B17: hue angle of 350.65º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B17 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 23 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.65 |
| HSL | 350.65º | 0.78% | 0.19% | - |
| HSV(B) | 350.65º | 0.88% | 0.35% | - |
| XYZ | 4.3 | 2.38 | 1.04 | - |
| YUV | 35.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 23 | 0 | 0.88 | 0.74 | 0.65 | 350.65 | 0.78 | 0.19 |
| Hex | 58 | B | 17 | 0 | 58 | 4A | 41 | 15F | 4E | 13 |
| Octal | 130 | 13 | 27 | 0 | 130 | 112 | 101 | 537 | 116 | 23 |
| Binary | 1011000 | 1011 | 10111 | 0 | 1011000 | 1001010 | 1000001 | 101011111 | 1001110 | 10011 |
Color Harmonies of #580B17
Complementary color
Monochromatic Colors of #580B17
Black with #580B17
Text Example
Text Example
White with #580B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B17; }
p { color: rgb(88,11,23); }
H1.HeaderClassName
{
color: #580B17;
}
.AnyTagClassName
{
color: #580B17;
}
</style>
background-color css
<style>
a { background-color: #580B17; }
a { background-color: rgb(88,11,23); }
div.DivClassName
{
background-color: #580B17;
}
.BgClassName
{
background-color: #580B17;
}
</style>
border-color css
<style>
span { border-color: #580B17; }
span { border-color: rgb(88,11,23); }
td.TdClassName
{
border-color: #580B17;
}
.TagClassName
{
border-color: #580B17;
}
</style>