Shades of Bordeaux #560811
Tints of Bordeaux #560811
RGB
CMYK
RGB Variations
Color information
#560811 (or 0x560811) is known color: Bordeaux. HEX triplet: 56, 08 and 11. RGB value is (86,8,17). Sum of RGB (Red+Green+Blue) = 86+8+17=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560811 is #A9F7EE. Grayscale: #202020. Windows color (decimal): -11139055 or 1116246. OLE color: 1116246.
HSL color Cylindrical-coordinate representation of color #560811: hue angle of 353.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560811 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 17 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.66 |
| HSL | 353.08º | 0.83% | 0.18% | - |
| HSV(B) | 353.08º | 0.91% | 0.34% | - |
| XYZ | 4.03 | 2.19 | 0.74 | - |
| YUV | 32.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 17 | 0 | 0.91 | 0.80 | 0.66 | 353.08 | 0.83 | 0.18 |
| Hex | 56 | 8 | 11 | 0 | 5B | 50 | 42 | 161 | 53 | 12 |
| Octal | 126 | 10 | 21 | 0 | 133 | 120 | 102 | 541 | 123 | 22 |
| Binary | 1010110 | 1000 | 10001 | 0 | 1011011 | 1010000 | 1000010 | 101100001 | 1010011 | 10010 |
Color Harmonies of #560811
Complementary color
Monochromatic Colors of #560811
Black with #560811
Text Example
Text Example
White with #560811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560811; }
p { color: rgb(86,8,17); }
H1.HeaderClassName
{
color: #560811;
}
.AnyTagClassName
{
color: #560811;
}
</style>
background-color css
<style>
a { background-color: #560811; }
a { background-color: rgb(86,8,17); }
div.DivClassName
{
background-color: #560811;
}
.BgClassName
{
background-color: #560811;
}
</style>
border-color css
<style>
span { border-color: #560811; }
span { border-color: rgb(86,8,17); }
td.TdClassName
{
border-color: #560811;
}
.TagClassName
{
border-color: #560811;
}
</style>