Shades of Bordeaux #560420
Tints of Bordeaux #560420
RGB
CMYK
RGB Variations
Color information
#560420 (or 0x560420) is known color: Bordeaux. HEX triplet: 56, 04 and 20. RGB value is (86,4,32). Sum of RGB (Red+Green+Blue) = 86+4+32=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560420 is #A9FBDF. Grayscale: #1F1F1F. Windows color (decimal): -11140064 or 2098262. OLE color: 2098262.
HSL color Cylindrical-coordinate representation of color #560420: hue angle of 339.51º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560420 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 4 | 32 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.66 |
| HSL | 339.51º | 0.91% | 0.18% | - |
| HSV(B) | 339.51º | 0.95% | 0.34% | - |
| XYZ | 4.14 | 2.17 | 1.57 | - |
| YUV | 31.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 32 | 0 | 0.95 | 0.63 | 0.66 | 339.51 | 0.91 | 0.18 |
| Hex | 56 | 4 | 20 | 0 | 5F | 3F | 42 | 154 | 5B | 12 |
| Octal | 126 | 4 | 40 | 0 | 137 | 77 | 102 | 524 | 133 | 22 |
| Binary | 1010110 | 100 | 100000 | 0 | 1011111 | 111111 | 1000010 | 101010100 | 1011011 | 10010 |
Color Harmonies of #560420
Complementary color
Monochromatic Colors of #560420
Black with #560420
Text Example
Text Example
White with #560420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560420; }
p { color: rgb(86,4,32); }
H1.HeaderClassName
{
color: #560420;
}
.AnyTagClassName
{
color: #560420;
}
</style>
background-color css
<style>
a { background-color: #560420; }
a { background-color: rgb(86,4,32); }
div.DivClassName
{
background-color: #560420;
}
.BgClassName
{
background-color: #560420;
}
</style>
border-color css
<style>
span { border-color: #560420; }
span { border-color: rgb(86,4,32); }
td.TdClassName
{
border-color: #560420;
}
.TagClassName
{
border-color: #560420;
}
</style>