Shades of Bordeaux #560E17
Tints of Bordeaux #560E17
RGB
CMYK
RGB Variations
Color information
#560E17 (or 0x560E17) is known color: Bordeaux. HEX triplet: 56, 0E and 17. RGB value is (86,14,23). Sum of RGB (Red+Green+Blue) = 86+14+23=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560E17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E17 is #A9F1E8. Grayscale: #242424. Windows color (decimal): -11137513 or 1510998. OLE color: 1510998.
HSL color Cylindrical-coordinate representation of color #560E17: hue angle of 352.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E17 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 23 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.66 |
| HSL | 352.5º | 0.72% | 0.2% | - |
| HSV(B) | 352.5º | 0.84% | 0.34% | - |
| XYZ | 4.15 | 2.35 | 1.05 | - |
| YUV | 36.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 23 | 0 | 0.84 | 0.73 | 0.66 | 352.5 | 0.72 | 0.2 |
| Hex | 56 | E | 17 | 0 | 54 | 49 | 42 | 160 | 48 | 14 |
| Octal | 126 | 16 | 27 | 0 | 124 | 111 | 102 | 540 | 110 | 24 |
| Binary | 1010110 | 1110 | 10111 | 0 | 1010100 | 1001001 | 1000010 | 101100000 | 1001000 | 10100 |
Color Harmonies of #560E17
Complementary color
Monochromatic Colors of #560E17
Black with #560E17
Text Example
Text Example
White with #560E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E17; }
p { color: rgb(86,14,23); }
H1.HeaderClassName
{
color: #560E17;
}
.AnyTagClassName
{
color: #560E17;
}
</style>
background-color css
<style>
a { background-color: #560E17; }
a { background-color: rgb(86,14,23); }
div.DivClassName
{
background-color: #560E17;
}
.BgClassName
{
background-color: #560E17;
}
</style>
border-color css
<style>
span { border-color: #560E17; }
span { border-color: rgb(86,14,23); }
td.TdClassName
{
border-color: #560E17;
}
.TagClassName
{
border-color: #560E17;
}
</style>