Shades of Bordeaux #58011D
Tints of Bordeaux #58011D
RGB
CMYK
RGB Variations
Color information
#58011D (or 0x58011D) is known color: Bordeaux. HEX triplet: 58, 01 and 1D. RGB value is (88,1,29). Sum of RGB (Red+Green+Blue) = 88+1+29=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58011D is #A7FEE2. Grayscale: #1E1E1E. Windows color (decimal): -11009763 or 1900888. OLE color: 1900888.
HSL color Cylindrical-coordinate representation of color #58011D: hue angle of 340.69º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58011D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.65 |
| HSL | 340.69º | 0.98% | 0.17% | - |
| HSV(B) | 340.69º | 0.99% | 0.35% | - |
| XYZ | 4.26 | 2.19 | 1.36 | - |
| YUV | 30.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 29 | 0 | 0.99 | 0.67 | 0.65 | 340.69 | 0.98 | 0.17 |
| Hex | 58 | 1 | 1D | 0 | 63 | 43 | 41 | 155 | 62 | 11 |
| Octal | 130 | 1 | 35 | 0 | 143 | 103 | 101 | 525 | 142 | 21 |
| Binary | 1011000 | 1 | 11101 | 0 | 1100011 | 1000011 | 1000001 | 101010101 | 1100010 | 10001 |
Color Harmonies of #58011D
Complementary color
Monochromatic Colors of #58011D
Black with #58011D
Text Example
Text Example
White with #58011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58011D; }
p { color: rgb(88,1,29); }
H1.HeaderClassName
{
color: #58011D;
}
.AnyTagClassName
{
color: #58011D;
}
</style>
background-color css
<style>
a { background-color: #58011D; }
a { background-color: rgb(88,1,29); }
div.DivClassName
{
background-color: #58011D;
}
.BgClassName
{
background-color: #58011D;
}
</style>
border-color css
<style>
span { border-color: #58011D; }
span { border-color: rgb(88,1,29); }
td.TdClassName
{
border-color: #58011D;
}
.TagClassName
{
border-color: #58011D;
}
</style>