Shades of Bordeaux #580520
Tints of Bordeaux #580520
RGB
CMYK
RGB Variations
Color information
#580520 (or 0x580520) is known color: Bordeaux. HEX triplet: 58, 05 and 20. RGB value is (88,5,32). Sum of RGB (Red+Green+Blue) = 88+5+32=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580520 is #A7FADF. Grayscale: #202020. Windows color (decimal): -11008736 or 2098520. OLE color: 2098520.
HSL color Cylindrical-coordinate representation of color #580520: hue angle of 340.48º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580520 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 32 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.65 |
| HSL | 340.48º | 0.89% | 0.18% | - |
| HSV(B) | 340.48º | 0.94% | 0.35% | - |
| XYZ | 4.34 | 2.29 | 1.58 | - |
| YUV | 32.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 32 | 0 | 0.94 | 0.64 | 0.65 | 340.48 | 0.89 | 0.18 |
| Hex | 58 | 5 | 20 | 0 | 5E | 40 | 41 | 154 | 59 | 12 |
| Octal | 130 | 5 | 40 | 0 | 136 | 100 | 101 | 524 | 131 | 22 |
| Binary | 1011000 | 101 | 100000 | 0 | 1011110 | 1000000 | 1000001 | 101010100 | 1011001 | 10010 |
Color Harmonies of #580520
Complementary color
Monochromatic Colors of #580520
Black with #580520
Text Example
Text Example
White with #580520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580520; }
p { color: rgb(88,5,32); }
H1.HeaderClassName
{
color: #580520;
}
.AnyTagClassName
{
color: #580520;
}
</style>
background-color css
<style>
a { background-color: #580520; }
a { background-color: rgb(88,5,32); }
div.DivClassName
{
background-color: #580520;
}
.BgClassName
{
background-color: #580520;
}
</style>
border-color css
<style>
span { border-color: #580520; }
span { border-color: rgb(88,5,32); }
td.TdClassName
{
border-color: #580520;
}
.TagClassName
{
border-color: #580520;
}
</style>