Shades of Bordeaux #56161F
Tints of Bordeaux #56161F
RGB
CMYK
RGB Variations
Color information
#56161F (or 0x56161F) is known color: Bordeaux. HEX triplet: 56, 16 and 1F. RGB value is (86,22,31). Sum of RGB (Red+Green+Blue) = 86+22+31=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #56161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56161F is #A9E9E0. Grayscale: #2A2A2A. Windows color (decimal): -11135457 or 2037334. OLE color: 2037334.
HSL color Cylindrical-coordinate representation of color #56161F: hue angle of 351.56º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56161F is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 31 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.66 |
| HSL | 351.56º | 0.59% | 0.21% | - |
| HSV(B) | 351.56º | 0.74% | 0.34% | - |
| XYZ | 4.37 | 2.65 | 1.58 | - |
| YUV | 42.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 31 | 0 | 0.74 | 0.64 | 0.66 | 351.56 | 0.59 | 0.21 |
| Hex | 56 | 16 | 1F | 0 | 4A | 40 | 42 | 160 | 3B | 15 |
| Octal | 126 | 26 | 37 | 0 | 112 | 100 | 102 | 540 | 73 | 25 |
| Binary | 1010110 | 10110 | 11111 | 0 | 1001010 | 1000000 | 1000010 | 101100000 | 111011 | 10101 |
Color Harmonies of #56161F
Complementary color
Monochromatic Colors of #56161F
Black with #56161F
Text Example
Text Example
White with #56161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56161F; }
p { color: rgb(86,22,31); }
H1.HeaderClassName
{
color: #56161F;
}
.AnyTagClassName
{
color: #56161F;
}
</style>
background-color css
<style>
a { background-color: #56161F; }
a { background-color: rgb(86,22,31); }
div.DivClassName
{
background-color: #56161F;
}
.BgClassName
{
background-color: #56161F;
}
</style>
border-color css
<style>
span { border-color: #56161F; }
span { border-color: rgb(86,22,31); }
td.TdClassName
{
border-color: #56161F;
}
.TagClassName
{
border-color: #56161F;
}
</style>