Shades of Bordeaux #58080D
Tints of Bordeaux #58080D
RGB
CMYK
RGB Variations
Color information
#58080D (or 0x58080D) is known color: Bordeaux. HEX triplet: 58, 08 and 0D. RGB value is (88,8,13). Sum of RGB (Red+Green+Blue) = 88+8+13=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #58080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58080D is #A7F7F2. Grayscale: #202020. Windows color (decimal): -11007987 or 854104. OLE color: 854104.
HSL color Cylindrical-coordinate representation of color #58080D: hue angle of 356.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58080D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 8 | 13 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.65 |
| HSL | 356.25º | 0.83% | 0.19% | - |
| HSV(B) | 356.25º | 0.91% | 0.35% | - |
| XYZ | 4.18 | 2.28 | 0.6 | - |
| YUV | 32.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 13 | 0 | 0.91 | 0.85 | 0.65 | 356.25 | 0.83 | 0.19 |
| Hex | 58 | 8 | D | 0 | 5B | 55 | 41 | 164 | 53 | 13 |
| Octal | 130 | 10 | 15 | 0 | 133 | 125 | 101 | 544 | 123 | 23 |
| Binary | 1011000 | 1000 | 1101 | 0 | 1011011 | 1010101 | 1000001 | 101100100 | 1010011 | 10011 |
Color Harmonies of #58080D
Complementary color
Monochromatic Colors of #58080D
Black with #58080D
Text Example
Text Example
White with #58080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58080D; }
p { color: rgb(88,8,13); }
H1.HeaderClassName
{
color: #58080D;
}
.AnyTagClassName
{
color: #58080D;
}
</style>
background-color css
<style>
a { background-color: #58080D; }
a { background-color: rgb(88,8,13); }
div.DivClassName
{
background-color: #58080D;
}
.BgClassName
{
background-color: #58080D;
}
</style>
border-color css
<style>
span { border-color: #58080D; }
span { border-color: rgb(88,8,13); }
td.TdClassName
{
border-color: #58080D;
}
.TagClassName
{
border-color: #58080D;
}
</style>