Shades of Bordeaux #56141E
Tints of Bordeaux #56141E
RGB
CMYK
RGB Variations
Color information
#56141E (or 0x56141E) is known color: Bordeaux. HEX triplet: 56, 14 and 1E. RGB value is (86,20,30). Sum of RGB (Red+Green+Blue) = 86+20+30=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #56141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141E is #A9EBE1. Grayscale: #282828. Windows color (decimal): -11135970 or 1971286. OLE color: 1971286.
HSL color Cylindrical-coordinate representation of color #56141E: hue angle of 350.91º 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 #56141E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 30 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.66 |
| HSL | 350.91º | 0.62% | 0.21% | - |
| HSV(B) | 350.91º | 0.77% | 0.34% | - |
| XYZ | 4.32 | 2.57 | 1.5 | - |
| YUV | 40.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 30 | 0 | 0.77 | 0.65 | 0.66 | 350.91 | 0.62 | 0.21 |
| Hex | 56 | 14 | 1E | 0 | 4D | 41 | 42 | 15F | 3E | 15 |
| Octal | 126 | 24 | 36 | 0 | 115 | 101 | 102 | 537 | 76 | 25 |
| Binary | 1010110 | 10100 | 11110 | 0 | 1001101 | 1000001 | 1000010 | 101011111 | 111110 | 10101 |
Color Harmonies of #56141E
Complementary color
Monochromatic Colors of #56141E
Black with #56141E
Text Example
Text Example
White with #56141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56141E; }
p { color: rgb(86,20,30); }
H1.HeaderClassName
{
color: #56141E;
}
.AnyTagClassName
{
color: #56141E;
}
</style>
background-color css
<style>
a { background-color: #56141E; }
a { background-color: rgb(86,20,30); }
div.DivClassName
{
background-color: #56141E;
}
.BgClassName
{
background-color: #56141E;
}
</style>
border-color css
<style>
span { border-color: #56141E; }
span { border-color: rgb(86,20,30); }
td.TdClassName
{
border-color: #56141E;
}
.TagClassName
{
border-color: #56141E;
}
</style>