Shades of Bordeaux #58000E
Tints of Bordeaux #58000E
RGB
CMYK
RGB Variations
Color information
#58000E (or 0x58000E) is known color: Bordeaux. HEX triplet: 58, 00 and 0E. RGB value is (88,0,14). Sum of RGB (Red+Green+Blue) = 88+0+14=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #58000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58000E is #A7FFF1. Grayscale: #1B1B1B. Windows color (decimal): -11010034 or 917592. OLE color: 917592.
HSL color Cylindrical-coordinate representation of color #58000E: hue angle of 350.45º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58000E is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.84 | 0.65 |
| HSL | 350.45º | 1% | 0.17% | - |
| HSV(B) | 350.45º | 1% | 0.35% | - |
| XYZ | 4.1 | 2.11 | 0.61 | - |
| YUV | 27.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 14 | 0 | 1 | 0.84 | 0.65 | 350.45 | 1 | 0.17 |
| Hex | 58 | 0 | E | 0 | 64 | 54 | 41 | 15E | 64 | 11 |
| Octal | 130 | 0 | 16 | 0 | 144 | 124 | 101 | 536 | 144 | 21 |
| Binary | 1011000 | 0 | 1110 | 0 | 1100100 | 1010100 | 1000001 | 101011110 | 1100100 | 10001 |
Color Harmonies of #58000E
Complementary color
Monochromatic Colors of #58000E
Black with #58000E
Text Example
Text Example
White with #58000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58000E; }
p { color: rgb(88,0,14); }
H1.HeaderClassName
{
color: #58000E;
}
.AnyTagClassName
{
color: #58000E;
}
</style>
background-color css
<style>
a { background-color: #58000E; }
a { background-color: rgb(88,0,14); }
div.DivClassName
{
background-color: #58000E;
}
.BgClassName
{
background-color: #58000E;
}
</style>
border-color css
<style>
span { border-color: #58000E; }
span { border-color: rgb(88,0,14); }
td.TdClassName
{
border-color: #58000E;
}
.TagClassName
{
border-color: #58000E;
}
</style>