Shades of Bordeaux #560D19
Tints of Bordeaux #560D19
RGB
CMYK
RGB Variations
Color information
#560D19 (or 0x560D19) is known color: Bordeaux. HEX triplet: 56, 0D and 19. RGB value is (86,13,25). Sum of RGB (Red+Green+Blue) = 86+13+25=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D19 is #A9F2E6. Grayscale: #242424. Windows color (decimal): -11137767 or 1641814. OLE color: 1641814.
HSL color Cylindrical-coordinate representation of color #560D19: hue angle of 350.14º 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 #560D19 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 25 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.66 |
| HSL | 350.14º | 0.74% | 0.19% | - |
| HSV(B) | 350.14º | 0.85% | 0.34% | - |
| XYZ | 4.16 | 2.34 | 1.15 | - |
| YUV | 36.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 25 | 0 | 0.85 | 0.71 | 0.66 | 350.14 | 0.74 | 0.19 |
| Hex | 56 | D | 19 | 0 | 55 | 47 | 42 | 15E | 4A | 13 |
| Octal | 126 | 15 | 31 | 0 | 125 | 107 | 102 | 536 | 112 | 23 |
| Binary | 1010110 | 1101 | 11001 | 0 | 1010101 | 1000111 | 1000010 | 101011110 | 1001010 | 10011 |
Color Harmonies of #560D19
Complementary color
Monochromatic Colors of #560D19
Black with #560D19
Text Example
Text Example
White with #560D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D19; }
p { color: rgb(86,13,25); }
H1.HeaderClassName
{
color: #560D19;
}
.AnyTagClassName
{
color: #560D19;
}
</style>
background-color css
<style>
a { background-color: #560D19; }
a { background-color: rgb(86,13,25); }
div.DivClassName
{
background-color: #560D19;
}
.BgClassName
{
background-color: #560D19;
}
</style>
border-color css
<style>
span { border-color: #560D19; }
span { border-color: rgb(86,13,25); }
td.TdClassName
{
border-color: #560D19;
}
.TagClassName
{
border-color: #560D19;
}
</style>