Shades of Bordeaux #580D17
Tints of Bordeaux #580D17
RGB
CMYK
RGB Variations
Color information
#580D17 (or 0x580D17) is known color: Bordeaux. HEX triplet: 58, 0D and 17. RGB value is (88,13,23). Sum of RGB (Red+Green+Blue) = 88+13+23=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580D17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D17 is #A7F2E8. Grayscale: #242424. Windows color (decimal): -11006697 or 1510744. OLE color: 1510744.
HSL color Cylindrical-coordinate representation of color #580D17: hue angle of 352º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580D17 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 13 | 23 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.65 |
| HSL | 352º | 0.74% | 0.2% | - |
| HSV(B) | 352º | 0.85% | 0.35% | - |
| XYZ | 4.32 | 2.42 | 1.05 | - |
| YUV | 36.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 23 | 0 | 0.85 | 0.74 | 0.65 | 352 | 0.74 | 0.2 |
| Hex | 58 | D | 17 | 0 | 55 | 4A | 41 | 160 | 4A | 14 |
| Octal | 130 | 15 | 27 | 0 | 125 | 112 | 101 | 540 | 112 | 24 |
| Binary | 1011000 | 1101 | 10111 | 0 | 1010101 | 1001010 | 1000001 | 101100000 | 1001010 | 10100 |
Color Harmonies of #580D17
Complementary color
Monochromatic Colors of #580D17
Black with #580D17
Text Example
Text Example
White with #580D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580D17; }
p { color: rgb(88,13,23); }
H1.HeaderClassName
{
color: #580D17;
}
.AnyTagClassName
{
color: #580D17;
}
</style>
background-color css
<style>
a { background-color: #580D17; }
a { background-color: rgb(88,13,23); }
div.DivClassName
{
background-color: #580D17;
}
.BgClassName
{
background-color: #580D17;
}
</style>
border-color css
<style>
span { border-color: #580D17; }
span { border-color: rgb(88,13,23); }
td.TdClassName
{
border-color: #580D17;
}
.TagClassName
{
border-color: #580D17;
}
</style>