Shades of Bordeaux #58111B
Tints of Bordeaux #58111B
RGB
CMYK
RGB Variations
Color information
#58111B (or 0x58111B) is known color: Bordeaux. HEX triplet: 58, 11 and 1B. RGB value is (88,17,27). Sum of RGB (Red+Green+Blue) = 88+17+27=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #58111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58111B is #A7EEE4. Grayscale: #272727. Windows color (decimal): -11005669 or 1773912. OLE color: 1773912.
HSL color Cylindrical-coordinate representation of color #58111B: hue angle of 351.55º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58111B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 27 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.65 |
| HSL | 351.55º | 0.68% | 0.21% | - |
| HSV(B) | 351.55º | 0.81% | 0.35% | - |
| XYZ | 4.42 | 2.55 | 1.3 | - |
| YUV | 39.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 27 | 0 | 0.81 | 0.69 | 0.65 | 351.55 | 0.68 | 0.21 |
| Hex | 58 | 11 | 1B | 0 | 51 | 45 | 41 | 160 | 44 | 15 |
| Octal | 130 | 21 | 33 | 0 | 121 | 105 | 101 | 540 | 104 | 25 |
| Binary | 1011000 | 10001 | 11011 | 0 | 1010001 | 1000101 | 1000001 | 101100000 | 1000100 | 10101 |
Color Harmonies of #58111B
Complementary color
Monochromatic Colors of #58111B
Black with #58111B
Text Example
Text Example
White with #58111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58111B; }
p { color: rgb(88,17,27); }
H1.HeaderClassName
{
color: #58111B;
}
.AnyTagClassName
{
color: #58111B;
}
</style>
background-color css
<style>
a { background-color: #58111B; }
a { background-color: rgb(88,17,27); }
div.DivClassName
{
background-color: #58111B;
}
.BgClassName
{
background-color: #58111B;
}
</style>
border-color css
<style>
span { border-color: #58111B; }
span { border-color: rgb(88,17,27); }
td.TdClassName
{
border-color: #58111B;
}
.TagClassName
{
border-color: #58111B;
}
</style>