Shades of Bordeaux #560A20
Tints of Bordeaux #560A20
RGB
CMYK
RGB Variations
Color information
#560A20 (or 0x560A20) is known color: Bordeaux. HEX triplet: 56, 0A and 20. RGB value is (86,10,32). Sum of RGB (Red+Green+Blue) = 86+10+32=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #560A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A20 is #A9F5DF. Grayscale: #232323. Windows color (decimal): -11138528 or 2099798. OLE color: 2099798.
HSL color Cylindrical-coordinate representation of color #560A20: hue angle of 342.63º 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 #560A20 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 32 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.66 |
| HSL | 342.63º | 0.79% | 0.19% | - |
| HSV(B) | 342.63º | 0.88% | 0.34% | - |
| XYZ | 4.21 | 2.3 | 1.59 | - |
| YUV | 35.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 32 | 0 | 0.88 | 0.63 | 0.66 | 342.63 | 0.79 | 0.19 |
| Hex | 56 | A | 20 | 0 | 58 | 3F | 42 | 157 | 4F | 13 |
| Octal | 126 | 12 | 40 | 0 | 130 | 77 | 102 | 527 | 117 | 23 |
| Binary | 1010110 | 1010 | 100000 | 0 | 1011000 | 111111 | 1000010 | 101010111 | 1001111 | 10011 |
Color Harmonies of #560A20
Complementary color
Monochromatic Colors of #560A20
Black with #560A20
Text Example
Text Example
White with #560A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A20; }
p { color: rgb(86,10,32); }
H1.HeaderClassName
{
color: #560A20;
}
.AnyTagClassName
{
color: #560A20;
}
</style>
background-color css
<style>
a { background-color: #560A20; }
a { background-color: rgb(86,10,32); }
div.DivClassName
{
background-color: #560A20;
}
.BgClassName
{
background-color: #560A20;
}
</style>
border-color css
<style>
span { border-color: #560A20; }
span { border-color: rgb(86,10,32); }
td.TdClassName
{
border-color: #560A20;
}
.TagClassName
{
border-color: #560A20;
}
</style>