Shades of Bordeaux #58071B
Tints of Bordeaux #58071B
RGB
CMYK
RGB Variations
Color information
#58071B (or 0x58071B) is known color: Bordeaux. HEX triplet: 58, 07 and 1B. RGB value is (88,7,27). Sum of RGB (Red+Green+Blue) = 88+7+27=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58071B is #A7F8E4. Grayscale: #212121. Windows color (decimal): -11008229 or 1771352. OLE color: 1771352.
HSL color Cylindrical-coordinate representation of color #58071B: hue angle of 345.19º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58071B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 7 | 27 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.65 |
| HSL | 345.19º | 0.85% | 0.19% | - |
| HSV(B) | 345.19º | 0.92% | 0.35% | - |
| XYZ | 4.3 | 2.31 | 1.26 | - |
| YUV | 33.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 27 | 0 | 0.92 | 0.69 | 0.65 | 345.19 | 0.85 | 0.19 |
| Hex | 58 | 7 | 1B | 0 | 5C | 45 | 41 | 159 | 55 | 13 |
| Octal | 130 | 7 | 33 | 0 | 134 | 105 | 101 | 531 | 125 | 23 |
| Binary | 1011000 | 111 | 11011 | 0 | 1011100 | 1000101 | 1000001 | 101011001 | 1010101 | 10011 |
Color Harmonies of #58071B
Complementary color
Monochromatic Colors of #58071B
Black with #58071B
Text Example
Text Example
White with #58071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58071B; }
p { color: rgb(88,7,27); }
H1.HeaderClassName
{
color: #58071B;
}
.AnyTagClassName
{
color: #58071B;
}
</style>
background-color css
<style>
a { background-color: #58071B; }
a { background-color: rgb(88,7,27); }
div.DivClassName
{
background-color: #58071B;
}
.BgClassName
{
background-color: #58071B;
}
</style>
border-color css
<style>
span { border-color: #58071B; }
span { border-color: rgb(88,7,27); }
td.TdClassName
{
border-color: #58071B;
}
.TagClassName
{
border-color: #58071B;
}
</style>