Shades of Bordeaux #560211
Tints of Bordeaux #560211
RGB
CMYK
RGB Variations
Color information
#560211 (or 0x560211) is known color: Bordeaux. HEX triplet: 56, 02 and 11. RGB value is (86,2,17). Sum of RGB (Red+Green+Blue) = 86+2+17=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #560211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560211 is #A9FDEE. Grayscale: #1C1C1C. Windows color (decimal): -11140591 or 1114710. OLE color: 1114710.
HSL color Cylindrical-coordinate representation of color #560211: hue angle of 349.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560211 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.66 |
| HSL | 349.29º | 0.95% | 0.17% | - |
| HSV(B) | 349.29º | 0.98% | 0.34% | - |
| XYZ | 3.96 | 2.06 | 0.72 | - |
| YUV | 28.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 17 | 0 | 0.98 | 0.80 | 0.66 | 349.29 | 0.95 | 0.17 |
| Hex | 56 | 2 | 11 | 0 | 62 | 50 | 42 | 15D | 5F | 11 |
| Octal | 126 | 2 | 21 | 0 | 142 | 120 | 102 | 535 | 137 | 21 |
| Binary | 1010110 | 10 | 10001 | 0 | 1100010 | 1010000 | 1000010 | 101011101 | 1011111 | 10001 |
Color Harmonies of #560211
Complementary color
Monochromatic Colors of #560211
Black with #560211
Text Example
Text Example
White with #560211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560211; }
p { color: rgb(86,2,17); }
H1.HeaderClassName
{
color: #560211;
}
.AnyTagClassName
{
color: #560211;
}
</style>
background-color css
<style>
a { background-color: #560211; }
a { background-color: rgb(86,2,17); }
div.DivClassName
{
background-color: #560211;
}
.BgClassName
{
background-color: #560211;
}
</style>
border-color css
<style>
span { border-color: #560211; }
span { border-color: rgb(86,2,17); }
td.TdClassName
{
border-color: #560211;
}
.TagClassName
{
border-color: #560211;
}
</style>