Shades of Bordeaux #560411
Tints of Bordeaux #560411
RGB
CMYK
RGB Variations
Color information
#560411 (or 0x560411) is known color: Bordeaux. HEX triplet: 56, 04 and 11. RGB value is (86,4,17). Sum of RGB (Red+Green+Blue) = 86+4+17=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #560411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560411 is #A9FBEE. Grayscale: #1E1E1E. Windows color (decimal): -11140079 or 1115222. OLE color: 1115222.
HSL color Cylindrical-coordinate representation of color #560411: hue angle of 350.49º 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 #560411 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 4 | 17 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.66 |
| HSL | 350.49º | 0.91% | 0.18% | - |
| HSV(B) | 350.49º | 0.95% | 0.34% | - |
| XYZ | 3.98 | 2.11 | 0.73 | - |
| YUV | 30 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 17 | 0 | 0.95 | 0.80 | 0.66 | 350.49 | 0.91 | 0.18 |
| Hex | 56 | 4 | 11 | 0 | 5F | 50 | 42 | 15E | 5B | 12 |
| Octal | 126 | 4 | 21 | 0 | 137 | 120 | 102 | 536 | 133 | 22 |
| Binary | 1010110 | 100 | 10001 | 0 | 1011111 | 1010000 | 1000010 | 101011110 | 1011011 | 10010 |
Color Harmonies of #560411
Complementary color
Monochromatic Colors of #560411
Black with #560411
Text Example
Text Example
White with #560411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560411; }
p { color: rgb(86,4,17); }
H1.HeaderClassName
{
color: #560411;
}
.AnyTagClassName
{
color: #560411;
}
</style>
background-color css
<style>
a { background-color: #560411; }
a { background-color: rgb(86,4,17); }
div.DivClassName
{
background-color: #560411;
}
.BgClassName
{
background-color: #560411;
}
</style>
border-color css
<style>
span { border-color: #560411; }
span { border-color: rgb(86,4,17); }
td.TdClassName
{
border-color: #560411;
}
.TagClassName
{
border-color: #560411;
}
</style>