Shades of Bordeaux #560D1E
Tints of Bordeaux #560D1E
RGB
CMYK
RGB Variations
Color information
#560D1E (or 0x560D1E) is known color: Bordeaux. HEX triplet: 56, 0D and 1E. RGB value is (86,13,30). Sum of RGB (Red+Green+Blue) = 86+13+30=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #560D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D1E is #A9F2E1. Grayscale: #242424. Windows color (decimal): -11137762 or 1969494. OLE color: 1969494.
HSL color Cylindrical-coordinate representation of color #560D1E: hue angle of 346.03º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D1E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 30 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.66 |
| HSL | 346.03º | 0.74% | 0.19% | - |
| HSV(B) | 346.03º | 0.85% | 0.34% | - |
| XYZ | 4.22 | 2.36 | 1.46 | - |
| YUV | 36.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 30 | 0 | 0.85 | 0.65 | 0.66 | 346.03 | 0.74 | 0.19 |
| Hex | 56 | D | 1E | 0 | 55 | 41 | 42 | 15A | 4A | 13 |
| Octal | 126 | 15 | 36 | 0 | 125 | 101 | 102 | 532 | 112 | 23 |
| Binary | 1010110 | 1101 | 11110 | 0 | 1010101 | 1000001 | 1000010 | 101011010 | 1001010 | 10011 |
Color Harmonies of #560D1E
Complementary color
Monochromatic Colors of #560D1E
Black with #560D1E
Text Example
Text Example
White with #560D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D1E; }
p { color: rgb(86,13,30); }
H1.HeaderClassName
{
color: #560D1E;
}
.AnyTagClassName
{
color: #560D1E;
}
</style>
background-color css
<style>
a { background-color: #560D1E; }
a { background-color: rgb(86,13,30); }
div.DivClassName
{
background-color: #560D1E;
}
.BgClassName
{
background-color: #560D1E;
}
</style>
border-color css
<style>
span { border-color: #560D1E; }
span { border-color: rgb(86,13,30); }
td.TdClassName
{
border-color: #560D1E;
}
.TagClassName
{
border-color: #560D1E;
}
</style>