Shades of Bordeaux #58020D
Tints of Bordeaux #58020D
RGB
CMYK
RGB Variations
Color information
#58020D (or 0x58020D) is known color: Bordeaux. HEX triplet: 58, 02 and 0D. RGB value is (88,2,13). Sum of RGB (Red+Green+Blue) = 88+2+13=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #58020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020D is #A7FDF2. Grayscale: #1D1D1D. Windows color (decimal): -11009523 or 852568. OLE color: 852568.
HSL color Cylindrical-coordinate representation of color #58020D: hue angle of 352.33º 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 #58020D is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.65 |
| HSL | 352.33º | 0.96% | 0.18% | - |
| HSV(B) | 352.33º | 0.98% | 0.35% | - |
| XYZ | 4.12 | 2.15 | 0.58 | - |
| YUV | 28.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 13 | 0 | 0.98 | 0.85 | 0.65 | 352.33 | 0.96 | 0.18 |
| Hex | 58 | 2 | D | 0 | 62 | 55 | 41 | 160 | 60 | 12 |
| Octal | 130 | 2 | 15 | 0 | 142 | 125 | 101 | 540 | 140 | 22 |
| Binary | 1011000 | 10 | 1101 | 0 | 1100010 | 1010101 | 1000001 | 101100000 | 1100000 | 10010 |
Color Harmonies of #58020D
Complementary color
Monochromatic Colors of #58020D
Black with #58020D
Text Example
Text Example
White with #58020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58020D; }
p { color: rgb(88,2,13); }
H1.HeaderClassName
{
color: #58020D;
}
.AnyTagClassName
{
color: #58020D;
}
</style>
background-color css
<style>
a { background-color: #58020D; }
a { background-color: rgb(88,2,13); }
div.DivClassName
{
background-color: #58020D;
}
.BgClassName
{
background-color: #58020D;
}
</style>
border-color css
<style>
span { border-color: #58020D; }
span { border-color: rgb(88,2,13); }
td.TdClassName
{
border-color: #58020D;
}
.TagClassName
{
border-color: #58020D;
}
</style>