Shades of Bordeaux #560110
Tints of Bordeaux #560110
RGB
CMYK
RGB Variations
Color information
#560110 (or 0x560110) is known color: Bordeaux. HEX triplet: 56, 01 and 10. RGB value is (86,1,16). Sum of RGB (Red+Green+Blue) = 86+1+16=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #560110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560110 is #A9FEEF. Grayscale: #1C1C1C. Windows color (decimal): -11140848 or 1048918. OLE color: 1048918.
HSL color Cylindrical-coordinate representation of color #560110: hue angle of 349.41º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560110 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.66 |
| HSL | 349.41º | 0.98% | 0.17% | - |
| HSV(B) | 349.41º | 0.99% | 0.34% | - |
| XYZ | 3.94 | 2.04 | 0.68 | - |
| YUV | 28.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 16 | 0 | 0.99 | 0.81 | 0.66 | 349.41 | 0.98 | 0.17 |
| Hex | 56 | 1 | 10 | 0 | 63 | 51 | 42 | 15D | 62 | 11 |
| Octal | 126 | 1 | 20 | 0 | 143 | 121 | 102 | 535 | 142 | 21 |
| Binary | 1010110 | 1 | 10000 | 0 | 1100011 | 1010001 | 1000010 | 101011101 | 1100010 | 10001 |
Color Harmonies of #560110
Complementary color
Monochromatic Colors of #560110
Black with #560110
Text Example
Text Example
White with #560110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560110; }
p { color: rgb(86,1,16); }
H1.HeaderClassName
{
color: #560110;
}
.AnyTagClassName
{
color: #560110;
}
</style>
background-color css
<style>
a { background-color: #560110; }
a { background-color: rgb(86,1,16); }
div.DivClassName
{
background-color: #560110;
}
.BgClassName
{
background-color: #560110;
}
</style>
border-color css
<style>
span { border-color: #560110; }
span { border-color: rgb(86,1,16); }
td.TdClassName
{
border-color: #560110;
}
.TagClassName
{
border-color: #560110;
}
</style>