Shades of Bordeaux #56112B
Tints of Bordeaux #56112B
RGB
CMYK
RGB Variations
Color information
#56112B (or 0x56112B) is known color: Bordeaux. HEX triplet: 56, 11 and 2B. RGB value is (86,17,43). Sum of RGB (Red+Green+Blue) = 86+17+43=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #56112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56112B is #A9EED4. Grayscale: #282828. Windows color (decimal): -11136725 or 2822486. OLE color: 2822486.
HSL color Cylindrical-coordinate representation of color #56112B: hue angle of 337.39º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56112B is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 43 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.66 |
| HSL | 337.39º | 0.67% | 0.2% | - |
| HSV(B) | 337.39º | 0.8% | 0.34% | - |
| XYZ | 4.47 | 2.55 | 2.54 | - |
| YUV | 40.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 43 | 0 | 0.80 | 0.50 | 0.66 | 337.39 | 0.67 | 0.2 |
| Hex | 56 | 11 | 2B | 0 | 50 | 32 | 42 | 151 | 43 | 14 |
| Octal | 126 | 21 | 53 | 0 | 120 | 62 | 102 | 521 | 103 | 24 |
| Binary | 1010110 | 10001 | 101011 | 0 | 1010000 | 110010 | 1000010 | 101010001 | 1000011 | 10100 |
Color Harmonies of #56112B
Complementary color
Monochromatic Colors of #56112B
Black with #56112B
Text Example
Text Example
White with #56112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56112B; }
p { color: rgb(86,17,43); }
H1.HeaderClassName
{
color: #56112B;
}
.AnyTagClassName
{
color: #56112B;
}
</style>
background-color css
<style>
a { background-color: #56112B; }
a { background-color: rgb(86,17,43); }
div.DivClassName
{
background-color: #56112B;
}
.BgClassName
{
background-color: #56112B;
}
</style>
border-color css
<style>
span { border-color: #56112B; }
span { border-color: rgb(86,17,43); }
td.TdClassName
{
border-color: #56112B;
}
.TagClassName
{
border-color: #56112B;
}
</style>