Shades of Bordeaux #56141D
Tints of Bordeaux #56141D
RGB
CMYK
RGB Variations
Color information
#56141D (or 0x56141D) is known color: Bordeaux. HEX triplet: 56, 14 and 1D. RGB value is (86,20,29). Sum of RGB (Red+Green+Blue) = 86+20+29=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #56141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141D is #A9EBE2. Grayscale: #282828. Windows color (decimal): -11135971 or 1905750. OLE color: 1905750.
HSL color Cylindrical-coordinate representation of color #56141D: hue angle of 351.82º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56141D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 29 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.66 |
| HSL | 351.82º | 0.62% | 0.21% | - |
| HSV(B) | 351.82º | 0.77% | 0.34% | - |
| XYZ | 4.31 | 2.57 | 1.43 | - |
| YUV | 40.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 29 | 0 | 0.77 | 0.66 | 0.66 | 351.82 | 0.62 | 0.21 |
| Hex | 56 | 14 | 1D | 0 | 4D | 42 | 42 | 160 | 3E | 15 |
| Octal | 126 | 24 | 35 | 0 | 115 | 102 | 102 | 540 | 76 | 25 |
| Binary | 1010110 | 10100 | 11101 | 0 | 1001101 | 1000010 | 1000010 | 101100000 | 111110 | 10101 |
Color Harmonies of #56141D
Complementary color
Monochromatic Colors of #56141D
Black with #56141D
Text Example
Text Example
White with #56141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56141D; }
p { color: rgb(86,20,29); }
H1.HeaderClassName
{
color: #56141D;
}
.AnyTagClassName
{
color: #56141D;
}
</style>
background-color css
<style>
a { background-color: #56141D; }
a { background-color: rgb(86,20,29); }
div.DivClassName
{
background-color: #56141D;
}
.BgClassName
{
background-color: #56141D;
}
</style>
border-color css
<style>
span { border-color: #56141D; }
span { border-color: rgb(86,20,29); }
td.TdClassName
{
border-color: #56141D;
}
.TagClassName
{
border-color: #56141D;
}
</style>