Shades of Bordeaux #58121E
Tints of Bordeaux #58121E
RGB
CMYK
RGB Variations
Color information
#58121E (or 0x58121E) is known color: Bordeaux. HEX triplet: 58, 12 and 1E. RGB value is (88,18,30). Sum of RGB (Red+Green+Blue) = 88+18+30=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58121E is #A7EDE1. Grayscale: #282828. Windows color (decimal): -11005410 or 1970776. OLE color: 1970776.
HSL color Cylindrical-coordinate representation of color #58121E: hue angle of 349.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58121E is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 30 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.65 |
| HSL | 349.71º | 0.66% | 0.21% | - |
| HSV(B) | 349.71º | 0.8% | 0.35% | - |
| XYZ | 4.48 | 2.6 | 1.49 | - |
| YUV | 40.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 30 | 0 | 0.80 | 0.66 | 0.65 | 349.71 | 0.66 | 0.21 |
| Hex | 58 | 12 | 1E | 0 | 50 | 42 | 41 | 15E | 42 | 15 |
| Octal | 130 | 22 | 36 | 0 | 120 | 102 | 101 | 536 | 102 | 25 |
| Binary | 1011000 | 10010 | 11110 | 0 | 1010000 | 1000010 | 1000001 | 101011110 | 1000010 | 10101 |
Color Harmonies of #58121E
Complementary color
Monochromatic Colors of #58121E
Black with #58121E
Text Example
Text Example
White with #58121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58121E; }
p { color: rgb(88,18,30); }
H1.HeaderClassName
{
color: #58121E;
}
.AnyTagClassName
{
color: #58121E;
}
</style>
background-color css
<style>
a { background-color: #58121E; }
a { background-color: rgb(88,18,30); }
div.DivClassName
{
background-color: #58121E;
}
.BgClassName
{
background-color: #58121E;
}
</style>
border-color css
<style>
span { border-color: #58121E; }
span { border-color: rgb(88,18,30); }
td.TdClassName
{
border-color: #58121E;
}
.TagClassName
{
border-color: #58121E;
}
</style>