Shades of Bordeaux #56131A
Tints of Bordeaux #56131A
RGB
CMYK
RGB Variations
Color information
#56131A (or 0x56131A) is known color: Bordeaux. HEX triplet: 56, 13 and 1A. RGB value is (86,19,26). Sum of RGB (Red+Green+Blue) = 86+19+26=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56131A is #A9ECE5. Grayscale: #272727. Windows color (decimal): -11136230 or 1708886. OLE color: 1708886.
HSL color Cylindrical-coordinate representation of color #56131A: hue angle of 353.73º 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 #56131A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 26 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.66 |
| HSL | 353.73º | 0.64% | 0.21% | - |
| HSV(B) | 353.73º | 0.78% | 0.34% | - |
| XYZ | 4.26 | 2.52 | 1.24 | - |
| YUV | 39.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 26 | 0 | 0.78 | 0.70 | 0.66 | 353.73 | 0.64 | 0.21 |
| Hex | 56 | 13 | 1A | 0 | 4E | 46 | 42 | 162 | 40 | 15 |
| Octal | 126 | 23 | 32 | 0 | 116 | 106 | 102 | 542 | 100 | 25 |
| Binary | 1010110 | 10011 | 11010 | 0 | 1001110 | 1000110 | 1000010 | 101100010 | 1000000 | 10101 |
Color Harmonies of #56131A
Complementary color
Monochromatic Colors of #56131A
Black with #56131A
Text Example
Text Example
White with #56131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56131A; }
p { color: rgb(86,19,26); }
H1.HeaderClassName
{
color: #56131A;
}
.AnyTagClassName
{
color: #56131A;
}
</style>
background-color css
<style>
a { background-color: #56131A; }
a { background-color: rgb(86,19,26); }
div.DivClassName
{
background-color: #56131A;
}
.BgClassName
{
background-color: #56131A;
}
</style>
border-color css
<style>
span { border-color: #56131A; }
span { border-color: rgb(86,19,26); }
td.TdClassName
{
border-color: #56131A;
}
.TagClassName
{
border-color: #56131A;
}
</style>