Shades of Bordeaux #58060B
Tints of Bordeaux #58060B
RGB
CMYK
RGB Variations
Color information
#58060B (or 0x58060B) is known color: Bordeaux. HEX triplet: 58, 06 and 0B. RGB value is (88,6,11). Sum of RGB (Red+Green+Blue) = 88+6+11=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #58060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58060B is #A7F9F4. Grayscale: #1F1F1F. Windows color (decimal): -11008501 or 722520. OLE color: 722520.
HSL color Cylindrical-coordinate representation of color #58060B: hue angle of 356.34º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58060B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 6 | 11 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.65 |
| HSL | 356.34º | 0.87% | 0.18% | - |
| HSV(B) | 356.34º | 0.93% | 0.35% | - |
| XYZ | 4.15 | 2.23 | 0.53 | - |
| YUV | 31.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 11 | 0 | 0.93 | 0.88 | 0.65 | 356.34 | 0.87 | 0.18 |
| Hex | 58 | 6 | B | 0 | 5D | 58 | 41 | 164 | 57 | 12 |
| Octal | 130 | 6 | 13 | 0 | 135 | 130 | 101 | 544 | 127 | 22 |
| Binary | 1011000 | 110 | 1011 | 0 | 1011101 | 1011000 | 1000001 | 101100100 | 1010111 | 10010 |
Color Harmonies of #58060B
Complementary color
Monochromatic Colors of #58060B
Black with #58060B
Text Example
Text Example
White with #58060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58060B; }
p { color: rgb(88,6,11); }
H1.HeaderClassName
{
color: #58060B;
}
.AnyTagClassName
{
color: #58060B;
}
</style>
background-color css
<style>
a { background-color: #58060B; }
a { background-color: rgb(88,6,11); }
div.DivClassName
{
background-color: #58060B;
}
.BgClassName
{
background-color: #58060B;
}
</style>
border-color css
<style>
span { border-color: #58060B; }
span { border-color: rgb(88,6,11); }
td.TdClassName
{
border-color: #58060B;
}
.TagClassName
{
border-color: #58060B;
}
</style>