Shades of Bordeaux #58020B
Tints of Bordeaux #58020B
RGB
CMYK
RGB Variations
Color information
#58020B (or 0x58020B) is known color: Bordeaux. HEX triplet: 58, 02 and 0B. RGB value is (88,2,11). Sum of RGB (Red+Green+Blue) = 88+2+11=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #58020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020B is #A7FDF4. Grayscale: #1C1C1C. Windows color (decimal): -11009525 or 721496. OLE color: 721496.
HSL color Cylindrical-coordinate representation of color #58020B: hue angle of 353.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58020B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.65 |
| HSL | 353.72º | 0.96% | 0.18% | - |
| HSV(B) | 353.72º | 0.98% | 0.35% | - |
| XYZ | 4.11 | 2.14 | 0.51 | - |
| YUV | 28.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 11 | 0 | 0.98 | 0.88 | 0.65 | 353.72 | 0.96 | 0.18 |
| Hex | 58 | 2 | B | 0 | 62 | 58 | 41 | 162 | 60 | 12 |
| Octal | 130 | 2 | 13 | 0 | 142 | 130 | 101 | 542 | 140 | 22 |
| Binary | 1011000 | 10 | 1011 | 0 | 1100010 | 1011000 | 1000001 | 101100010 | 1100000 | 10010 |
Color Harmonies of #58020B
Complementary color
Monochromatic Colors of #58020B
Black with #58020B
Text Example
Text Example
White with #58020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58020B; }
p { color: rgb(88,2,11); }
H1.HeaderClassName
{
color: #58020B;
}
.AnyTagClassName
{
color: #58020B;
}
</style>
background-color css
<style>
a { background-color: #58020B; }
a { background-color: rgb(88,2,11); }
div.DivClassName
{
background-color: #58020B;
}
.BgClassName
{
background-color: #58020B;
}
</style>
border-color css
<style>
span { border-color: #58020B; }
span { border-color: rgb(88,2,11); }
td.TdClassName
{
border-color: #58020B;
}
.TagClassName
{
border-color: #58020B;
}
</style>