Shades of Bordeaux #560B10
Tints of Bordeaux #560B10
RGB
CMYK
RGB Variations
Color information
#560B10 (or 0x560B10) is known color: Bordeaux. HEX triplet: 56, 0B and 10. RGB value is (86,11,16). Sum of RGB (Red+Green+Blue) = 86+11+16=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B10 is #A9F4EF. Grayscale: #222222. Windows color (decimal): -11138288 or 1051478. OLE color: 1051478.
HSL color Cylindrical-coordinate representation of color #560B10: hue angle of 356º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B10 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 16 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.66 |
| HSL | 356º | 0.77% | 0.19% | - |
| HSV(B) | 356º | 0.87% | 0.34% | - |
| XYZ | 4.05 | 2.26 | 0.71 | - |
| YUV | 34 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 16 | 0 | 0.87 | 0.81 | 0.66 | 356 | 0.77 | 0.19 |
| Hex | 56 | B | 10 | 0 | 57 | 51 | 42 | 164 | 4D | 13 |
| Octal | 126 | 13 | 20 | 0 | 127 | 121 | 102 | 544 | 115 | 23 |
| Binary | 1010110 | 1011 | 10000 | 0 | 1010111 | 1010001 | 1000010 | 101100100 | 1001101 | 10011 |
Color Harmonies of #560B10
Complementary color
Monochromatic Colors of #560B10
Black with #560B10
Text Example
Text Example
White with #560B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B10; }
p { color: rgb(86,11,16); }
H1.HeaderClassName
{
color: #560B10;
}
.AnyTagClassName
{
color: #560B10;
}
</style>
background-color css
<style>
a { background-color: #560B10; }
a { background-color: rgb(86,11,16); }
div.DivClassName
{
background-color: #560B10;
}
.BgClassName
{
background-color: #560B10;
}
</style>
border-color css
<style>
span { border-color: #560B10; }
span { border-color: rgb(86,11,16); }
td.TdClassName
{
border-color: #560B10;
}
.TagClassName
{
border-color: #560B10;
}
</style>