Shades of Bordeaux #560D24
Tints of Bordeaux #560D24
RGB
CMYK
RGB Variations
Color information
#560D24 (or 0x560D24) is known color: Bordeaux. HEX triplet: 56, 0D and 24. RGB value is (86,13,36). Sum of RGB (Red+Green+Blue) = 86+13+36=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #560D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D24 is #A9F2DB. Grayscale: #252525. Windows color (decimal): -11137756 or 2362710. OLE color: 2362710.
HSL color Cylindrical-coordinate representation of color #560D24: hue angle of 341.1º 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 #560D24 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 36 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.66 |
| HSL | 341.1º | 0.74% | 0.19% | - |
| HSV(B) | 341.1º | 0.85% | 0.34% | - |
| XYZ | 4.3 | 2.39 | 1.9 | - |
| YUV | 37.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 36 | 0 | 0.85 | 0.58 | 0.66 | 341.1 | 0.74 | 0.19 |
| Hex | 56 | D | 24 | 0 | 55 | 3A | 42 | 155 | 4A | 13 |
| Octal | 126 | 15 | 44 | 0 | 125 | 72 | 102 | 525 | 112 | 23 |
| Binary | 1010110 | 1101 | 100100 | 0 | 1010101 | 111010 | 1000010 | 101010101 | 1001010 | 10011 |
Color Harmonies of #560D24
Complementary color
Monochromatic Colors of #560D24
Black with #560D24
Text Example
Text Example
White with #560D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D24; }
p { color: rgb(86,13,36); }
H1.HeaderClassName
{
color: #560D24;
}
.AnyTagClassName
{
color: #560D24;
}
</style>
background-color css
<style>
a { background-color: #560D24; }
a { background-color: rgb(86,13,36); }
div.DivClassName
{
background-color: #560D24;
}
.BgClassName
{
background-color: #560D24;
}
</style>
border-color css
<style>
span { border-color: #560D24; }
span { border-color: rgb(86,13,36); }
td.TdClassName
{
border-color: #560D24;
}
.TagClassName
{
border-color: #560D24;
}
</style>