Shades of Bordeaux #58111D
Tints of Bordeaux #58111D
RGB
CMYK
RGB Variations
Color information
#58111D (or 0x58111D) is known color: Bordeaux. HEX triplet: 58, 11 and 1D. RGB value is (88,17,29). Sum of RGB (Red+Green+Blue) = 88+17+29=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58111D is #A7EEE2. Grayscale: #272727. Windows color (decimal): -11005667 or 1904984. OLE color: 1904984.
HSL color Cylindrical-coordinate representation of color #58111D: hue angle of 349.86º 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 #58111D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 29 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.65 |
| HSL | 349.86º | 0.68% | 0.21% | - |
| HSV(B) | 349.86º | 0.81% | 0.35% | - |
| XYZ | 4.45 | 2.56 | 1.42 | - |
| YUV | 39.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 29 | 0 | 0.81 | 0.67 | 0.65 | 349.86 | 0.68 | 0.21 |
| Hex | 58 | 11 | 1D | 0 | 51 | 43 | 41 | 15E | 44 | 15 |
| Octal | 130 | 21 | 35 | 0 | 121 | 103 | 101 | 536 | 104 | 25 |
| Binary | 1011000 | 10001 | 11101 | 0 | 1010001 | 1000011 | 1000001 | 101011110 | 1000100 | 10101 |
Color Harmonies of #58111D
Complementary color
Monochromatic Colors of #58111D
Black with #58111D
Text Example
Text Example
White with #58111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58111D; }
p { color: rgb(88,17,29); }
H1.HeaderClassName
{
color: #58111D;
}
.AnyTagClassName
{
color: #58111D;
}
</style>
background-color css
<style>
a { background-color: #58111D; }
a { background-color: rgb(88,17,29); }
div.DivClassName
{
background-color: #58111D;
}
.BgClassName
{
background-color: #58111D;
}
</style>
border-color css
<style>
span { border-color: #58111D; }
span { border-color: rgb(88,17,29); }
td.TdClassName
{
border-color: #58111D;
}
.TagClassName
{
border-color: #58111D;
}
</style>