Shades of Bordeaux #560B1E
Tints of Bordeaux #560B1E
RGB
CMYK
RGB Variations
Color information
#560B1E (or 0x560B1E) is known color: Bordeaux. HEX triplet: 56, 0B and 1E. RGB value is (86,11,30). Sum of RGB (Red+Green+Blue) = 86+11+30=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #560B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B1E is #A9F4E1. Grayscale: #232323. Windows color (decimal): -11138274 or 1968982. OLE color: 1968982.
HSL color Cylindrical-coordinate representation of color #560B1E: hue angle of 344.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B1E is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 30 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.66 |
| HSL | 344.8º | 0.77% | 0.19% | - |
| HSV(B) | 344.8º | 0.87% | 0.34% | - |
| XYZ | 4.19 | 2.31 | 1.45 | - |
| YUV | 35.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 30 | 0 | 0.87 | 0.65 | 0.66 | 344.8 | 0.77 | 0.19 |
| Hex | 56 | B | 1E | 0 | 57 | 41 | 42 | 159 | 4D | 13 |
| Octal | 126 | 13 | 36 | 0 | 127 | 101 | 102 | 531 | 115 | 23 |
| Binary | 1010110 | 1011 | 11110 | 0 | 1010111 | 1000001 | 1000010 | 101011001 | 1001101 | 10011 |
Color Harmonies of #560B1E
Complementary color
Monochromatic Colors of #560B1E
Black with #560B1E
Text Example
Text Example
White with #560B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B1E; }
p { color: rgb(86,11,30); }
H1.HeaderClassName
{
color: #560B1E;
}
.AnyTagClassName
{
color: #560B1E;
}
</style>
background-color css
<style>
a { background-color: #560B1E; }
a { background-color: rgb(86,11,30); }
div.DivClassName
{
background-color: #560B1E;
}
.BgClassName
{
background-color: #560B1E;
}
</style>
border-color css
<style>
span { border-color: #560B1E; }
span { border-color: rgb(86,11,30); }
td.TdClassName
{
border-color: #560B1E;
}
.TagClassName
{
border-color: #560B1E;
}
</style>