Shades of Bordeaux #58020E
Tints of Bordeaux #58020E
RGB
CMYK
RGB Variations
Color information
#58020E (or 0x58020E) is known color: Bordeaux. HEX triplet: 58, 02 and 0E. RGB value is (88,2,14). Sum of RGB (Red+Green+Blue) = 88+2+14=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020E is #A7FDF1. Grayscale: #1D1D1D. Windows color (decimal): -11009522 or 918104. OLE color: 918104.
HSL color Cylindrical-coordinate representation of color #58020E: hue angle of 351.63º 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 #58020E is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 14 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.65 |
| HSL | 351.63º | 0.96% | 0.18% | - |
| HSV(B) | 351.63º | 0.98% | 0.35% | - |
| XYZ | 4.13 | 2.15 | 0.61 | - |
| YUV | 29.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 14 | 0 | 0.98 | 0.84 | 0.65 | 351.63 | 0.96 | 0.18 |
| Hex | 58 | 2 | E | 0 | 62 | 54 | 41 | 160 | 60 | 12 |
| Octal | 130 | 2 | 16 | 0 | 142 | 124 | 101 | 540 | 140 | 22 |
| Binary | 1011000 | 10 | 1110 | 0 | 1100010 | 1010100 | 1000001 | 101100000 | 1100000 | 10010 |
Color Harmonies of #58020E
Complementary color
Monochromatic Colors of #58020E
Black with #58020E
Text Example
Text Example
White with #58020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58020E; }
p { color: rgb(88,2,14); }
H1.HeaderClassName
{
color: #58020E;
}
.AnyTagClassName
{
color: #58020E;
}
</style>
background-color css
<style>
a { background-color: #58020E; }
a { background-color: rgb(88,2,14); }
div.DivClassName
{
background-color: #58020E;
}
.BgClassName
{
background-color: #58020E;
}
</style>
border-color css
<style>
span { border-color: #58020E; }
span { border-color: rgb(88,2,14); }
td.TdClassName
{
border-color: #58020E;
}
.TagClassName
{
border-color: #58020E;
}
</style>