Shades of Bordeaux #560A1D
Tints of Bordeaux #560A1D
RGB
CMYK
RGB Variations
Color information
#560A1D (or 0x560A1D) is known color: Bordeaux. HEX triplet: 56, 0A and 1D. RGB value is (86,10,29). Sum of RGB (Red+Green+Blue) = 86+10+29=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #560A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A1D is #A9F5E2. Grayscale: #222222. Windows color (decimal): -11138531 or 1903190. OLE color: 1903190.
HSL color Cylindrical-coordinate representation of color #560A1D: hue angle of 345º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560A1D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 29 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.66 |
| HSL | 345º | 0.79% | 0.19% | - |
| HSV(B) | 345º | 0.88% | 0.34% | - |
| XYZ | 4.17 | 2.28 | 1.38 | - |
| YUV | 34.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 29 | 0 | 0.88 | 0.66 | 0.66 | 345 | 0.79 | 0.19 |
| Hex | 56 | A | 1D | 0 | 58 | 42 | 42 | 159 | 4F | 13 |
| Octal | 126 | 12 | 35 | 0 | 130 | 102 | 102 | 531 | 117 | 23 |
| Binary | 1010110 | 1010 | 11101 | 0 | 1011000 | 1000010 | 1000010 | 101011001 | 1001111 | 10011 |
Color Harmonies of #560A1D
Complementary color
Monochromatic Colors of #560A1D
Black with #560A1D
Text Example
Text Example
White with #560A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A1D; }
p { color: rgb(86,10,29); }
H1.HeaderClassName
{
color: #560A1D;
}
.AnyTagClassName
{
color: #560A1D;
}
</style>
background-color css
<style>
a { background-color: #560A1D; }
a { background-color: rgb(86,10,29); }
div.DivClassName
{
background-color: #560A1D;
}
.BgClassName
{
background-color: #560A1D;
}
</style>
border-color css
<style>
span { border-color: #560A1D; }
span { border-color: rgb(86,10,29); }
td.TdClassName
{
border-color: #560A1D;
}
.TagClassName
{
border-color: #560A1D;
}
</style>