Shades of Bordeaux #56131F
Tints of Bordeaux #56131F
RGB
CMYK
RGB Variations
Color information
#56131F (or 0x56131F) is known color: Bordeaux. HEX triplet: 56, 13 and 1F. RGB value is (86,19,31). Sum of RGB (Red+Green+Blue) = 86+19+31=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #56131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56131F is #A9ECE0. Grayscale: #282828. Windows color (decimal): -11136225 or 2036566. OLE color: 2036566.
HSL color Cylindrical-coordinate representation of color #56131F: hue angle of 349.25º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56131F is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 31 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.66 |
| HSL | 349.25º | 0.64% | 0.21% | - |
| HSV(B) | 349.25º | 0.78% | 0.34% | - |
| XYZ | 4.32 | 2.54 | 1.56 | - |
| YUV | 40.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 31 | 0 | 0.78 | 0.64 | 0.66 | 349.25 | 0.64 | 0.21 |
| Hex | 56 | 13 | 1F | 0 | 4E | 40 | 42 | 15D | 40 | 15 |
| Octal | 126 | 23 | 37 | 0 | 116 | 100 | 102 | 535 | 100 | 25 |
| Binary | 1010110 | 10011 | 11111 | 0 | 1001110 | 1000000 | 1000010 | 101011101 | 1000000 | 10101 |
Color Harmonies of #56131F
Complementary color
Monochromatic Colors of #56131F
Black with #56131F
Text Example
Text Example
White with #56131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56131F; }
p { color: rgb(86,19,31); }
H1.HeaderClassName
{
color: #56131F;
}
.AnyTagClassName
{
color: #56131F;
}
</style>
background-color css
<style>
a { background-color: #56131F; }
a { background-color: rgb(86,19,31); }
div.DivClassName
{
background-color: #56131F;
}
.BgClassName
{
background-color: #56131F;
}
</style>
border-color css
<style>
span { border-color: #56131F; }
span { border-color: rgb(86,19,31); }
td.TdClassName
{
border-color: #56131F;
}
.TagClassName
{
border-color: #56131F;
}
</style>