Shades of Bordeaux #58051C
Tints of Bordeaux #58051C
RGB
CMYK
RGB Variations
Color information
#58051C (or 0x58051C) is known color: Bordeaux. HEX triplet: 58, 05 and 1C. RGB value is (88,5,28). Sum of RGB (Red+Green+Blue) = 88+5+28=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58051C is #A7FAE3. Grayscale: #202020. Windows color (decimal): -11008740 or 1836376. OLE color: 1836376.
HSL color Cylindrical-coordinate representation of color #58051C: hue angle of 343.37º 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 #58051C is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 28 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.65 |
| HSL | 343.37º | 0.89% | 0.18% | - |
| HSV(B) | 343.37º | 0.94% | 0.35% | - |
| XYZ | 4.29 | 2.27 | 1.31 | - |
| YUV | 32.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 28 | 0 | 0.94 | 0.68 | 0.65 | 343.37 | 0.89 | 0.18 |
| Hex | 58 | 5 | 1C | 0 | 5E | 44 | 41 | 157 | 59 | 12 |
| Octal | 130 | 5 | 34 | 0 | 136 | 104 | 101 | 527 | 131 | 22 |
| Binary | 1011000 | 101 | 11100 | 0 | 1011110 | 1000100 | 1000001 | 101010111 | 1011001 | 10010 |
Color Harmonies of #58051C
Complementary color
Monochromatic Colors of #58051C
Black with #58051C
Text Example
Text Example
White with #58051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58051C; }
p { color: rgb(88,5,28); }
H1.HeaderClassName
{
color: #58051C;
}
.AnyTagClassName
{
color: #58051C;
}
</style>
background-color css
<style>
a { background-color: #58051C; }
a { background-color: rgb(88,5,28); }
div.DivClassName
{
background-color: #58051C;
}
.BgClassName
{
background-color: #58051C;
}
</style>
border-color css
<style>
span { border-color: #58051C; }
span { border-color: rgb(88,5,28); }
td.TdClassName
{
border-color: #58051C;
}
.TagClassName
{
border-color: #58051C;
}
</style>