Shades of Bordeaux #58051A
Tints of Bordeaux #58051A
RGB
CMYK
RGB Variations
Color information
#58051A (or 0x58051A) is known color: Bordeaux. HEX triplet: 58, 05 and 1A. RGB value is (88,5,26). Sum of RGB (Red+Green+Blue) = 88+5+26=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58051A is #A7FAE5. Grayscale: #202020. Windows color (decimal): -11008742 or 1705304. OLE color: 1705304.
HSL color Cylindrical-coordinate representation of color #58051A: hue angle of 344.82º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58051A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 26 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.65 |
| HSL | 344.82º | 0.89% | 0.18% | - |
| HSV(B) | 344.82º | 0.94% | 0.35% | - |
| XYZ | 4.27 | 2.26 | 1.19 | - |
| YUV | 32.21 | 124.5 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 26 | 0 | 0.94 | 0.70 | 0.65 | 344.82 | 0.89 | 0.18 |
| Hex | 58 | 5 | 1A | 0 | 5E | 46 | 41 | 159 | 59 | 12 |
| Octal | 130 | 5 | 32 | 0 | 136 | 106 | 101 | 531 | 131 | 22 |
| Binary | 1011000 | 101 | 11010 | 0 | 1011110 | 1000110 | 1000001 | 101011001 | 1011001 | 10010 |
Color Harmonies of #58051A
Complementary color
Monochromatic Colors of #58051A
Black with #58051A
Text Example
Text Example
White with #58051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58051A; }
p { color: rgb(88,5,26); }
H1.HeaderClassName
{
color: #58051A;
}
.AnyTagClassName
{
color: #58051A;
}
</style>
background-color css
<style>
a { background-color: #58051A; }
a { background-color: rgb(88,5,26); }
div.DivClassName
{
background-color: #58051A;
}
.BgClassName
{
background-color: #58051A;
}
</style>
border-color css
<style>
span { border-color: #58051A; }
span { border-color: rgb(88,5,26); }
td.TdClassName
{
border-color: #58051A;
}
.TagClassName
{
border-color: #58051A;
}
</style>