Shades of Bordeaux #560821
Tints of Bordeaux #560821
RGB
CMYK
RGB Variations
Color information
#560821 (or 0x560821) is known color: Bordeaux. HEX triplet: 56, 08 and 21. RGB value is (86,8,33). Sum of RGB (Red+Green+Blue) = 86+8+33=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #560821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560821 is #A9F7DE. Grayscale: #222222. Windows color (decimal): -11139039 or 2164822. OLE color: 2164822.
HSL color Cylindrical-coordinate representation of color #560821: hue angle of 340.77º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560821 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 33 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.66 |
| HSL | 340.77º | 0.83% | 0.18% | - |
| HSV(B) | 340.77º | 0.91% | 0.34% | - |
| XYZ | 4.2 | 2.26 | 1.65 | - |
| YUV | 34.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 33 | 0 | 0.91 | 0.62 | 0.66 | 340.77 | 0.83 | 0.18 |
| Hex | 56 | 8 | 21 | 0 | 5B | 3E | 42 | 155 | 53 | 12 |
| Octal | 126 | 10 | 41 | 0 | 133 | 76 | 102 | 525 | 123 | 22 |
| Binary | 1010110 | 1000 | 100001 | 0 | 1011011 | 111110 | 1000010 | 101010101 | 1010011 | 10010 |
Color Harmonies of #560821
Complementary color
Monochromatic Colors of #560821
Black with #560821
Text Example
Text Example
White with #560821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560821; }
p { color: rgb(86,8,33); }
H1.HeaderClassName
{
color: #560821;
}
.AnyTagClassName
{
color: #560821;
}
</style>
background-color css
<style>
a { background-color: #560821; }
a { background-color: rgb(86,8,33); }
div.DivClassName
{
background-color: #560821;
}
.BgClassName
{
background-color: #560821;
}
</style>
border-color css
<style>
span { border-color: #560821; }
span { border-color: rgb(86,8,33); }
td.TdClassName
{
border-color: #560821;
}
.TagClassName
{
border-color: #560821;
}
</style>