Shades of Bordeaux #560A10
Tints of Bordeaux #560A10
RGB
CMYK
RGB Variations
Color information
#560A10 (or 0x560A10) is known color: Bordeaux. HEX triplet: 56, 0A and 10. RGB value is (86,10,16). Sum of RGB (Red+Green+Blue) = 86+10+16=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A10 is #A9F5EF. Grayscale: #212121. Windows color (decimal): -11138544 or 1051222. OLE color: 1051222.
HSL color Cylindrical-coordinate representation of color #560A10: hue angle of 355.26º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560A10 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 16 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.66 |
| HSL | 355.26º | 0.79% | 0.19% | - |
| HSV(B) | 355.26º | 0.88% | 0.34% | - |
| XYZ | 4.04 | 2.23 | 0.71 | - |
| YUV | 33.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 16 | 0 | 0.88 | 0.81 | 0.66 | 355.26 | 0.79 | 0.19 |
| Hex | 56 | A | 10 | 0 | 58 | 51 | 42 | 163 | 4F | 13 |
| Octal | 126 | 12 | 20 | 0 | 130 | 121 | 102 | 543 | 117 | 23 |
| Binary | 1010110 | 1010 | 10000 | 0 | 1011000 | 1010001 | 1000010 | 101100011 | 1001111 | 10011 |
Color Harmonies of #560A10
Complementary color
Monochromatic Colors of #560A10
Black with #560A10
Text Example
Text Example
White with #560A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A10; }
p { color: rgb(86,10,16); }
H1.HeaderClassName
{
color: #560A10;
}
.AnyTagClassName
{
color: #560A10;
}
</style>
background-color css
<style>
a { background-color: #560A10; }
a { background-color: rgb(86,10,16); }
div.DivClassName
{
background-color: #560A10;
}
.BgClassName
{
background-color: #560A10;
}
</style>
border-color css
<style>
span { border-color: #560A10; }
span { border-color: rgb(86,10,16); }
td.TdClassName
{
border-color: #560A10;
}
.TagClassName
{
border-color: #560A10;
}
</style>