Shades of Bordeaux #560A21
Tints of Bordeaux #560A21
RGB
CMYK
RGB Variations
Color information
#560A21 (or 0x560A21) is known color: Bordeaux. HEX triplet: 56, 0A and 21. RGB value is (86,10,33). Sum of RGB (Red+Green+Blue) = 86+10+33=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #560A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A21 is #A9F5DE. Grayscale: #232323. Windows color (decimal): -11138527 or 2165334. OLE color: 2165334.
HSL color Cylindrical-coordinate representation of color #560A21: hue angle of 341.84º 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 #560A21 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 33 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.66 |
| HSL | 341.84º | 0.79% | 0.19% | - |
| HSV(B) | 341.84º | 0.88% | 0.34% | - |
| XYZ | 4.22 | 2.31 | 1.66 | - |
| YUV | 35.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 33 | 0 | 0.88 | 0.62 | 0.66 | 341.84 | 0.79 | 0.19 |
| Hex | 56 | A | 21 | 0 | 58 | 3E | 42 | 156 | 4F | 13 |
| Octal | 126 | 12 | 41 | 0 | 130 | 76 | 102 | 526 | 117 | 23 |
| Binary | 1010110 | 1010 | 100001 | 0 | 1011000 | 111110 | 1000010 | 101010110 | 1001111 | 10011 |
Color Harmonies of #560A21
Complementary color
Monochromatic Colors of #560A21
Black with #560A21
Text Example
Text Example
White with #560A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A21; }
p { color: rgb(86,10,33); }
H1.HeaderClassName
{
color: #560A21;
}
.AnyTagClassName
{
color: #560A21;
}
</style>
background-color css
<style>
a { background-color: #560A21; }
a { background-color: rgb(86,10,33); }
div.DivClassName
{
background-color: #560A21;
}
.BgClassName
{
background-color: #560A21;
}
</style>
border-color css
<style>
span { border-color: #560A21; }
span { border-color: rgb(86,10,33); }
td.TdClassName
{
border-color: #560A21;
}
.TagClassName
{
border-color: #560A21;
}
</style>