Shades of Bordeaux #560A12
Tints of Bordeaux #560A12
RGB
CMYK
RGB Variations
Color information
#560A12 (or 0x560A12) is known color: Bordeaux. HEX triplet: 56, 0A and 12. RGB value is (86,10,18). Sum of RGB (Red+Green+Blue) = 86+10+18=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #560A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A12 is #A9F5ED. Grayscale: #212121. Windows color (decimal): -11138542 or 1182294. OLE color: 1182294.
HSL color Cylindrical-coordinate representation of color #560A12: hue angle of 353.68º 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 #560A12 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 18 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.66 |
| HSL | 353.68º | 0.79% | 0.19% | - |
| HSV(B) | 353.68º | 0.88% | 0.34% | - |
| XYZ | 4.06 | 2.24 | 0.79 | - |
| YUV | 33.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 18 | 0 | 0.88 | 0.79 | 0.66 | 353.68 | 0.79 | 0.19 |
| Hex | 56 | A | 12 | 0 | 58 | 4F | 42 | 162 | 4F | 13 |
| Octal | 126 | 12 | 22 | 0 | 130 | 117 | 102 | 542 | 117 | 23 |
| Binary | 1010110 | 1010 | 10010 | 0 | 1011000 | 1001111 | 1000010 | 101100010 | 1001111 | 10011 |
Color Harmonies of #560A12
Complementary color
Monochromatic Colors of #560A12
Black with #560A12
Text Example
Text Example
White with #560A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A12; }
p { color: rgb(86,10,18); }
H1.HeaderClassName
{
color: #560A12;
}
.AnyTagClassName
{
color: #560A12;
}
</style>
background-color css
<style>
a { background-color: #560A12; }
a { background-color: rgb(86,10,18); }
div.DivClassName
{
background-color: #560A12;
}
.BgClassName
{
background-color: #560A12;
}
</style>
border-color css
<style>
span { border-color: #560A12; }
span { border-color: rgb(86,10,18); }
td.TdClassName
{
border-color: #560A12;
}
.TagClassName
{
border-color: #560A12;
}
</style>