Shades of Bordeaux #56091B
Tints of Bordeaux #56091B
RGB
CMYK
RGB Variations
Color information
#56091B (or 0x56091B) is known color: Bordeaux. HEX triplet: 56, 09 and 1B. RGB value is (86,9,27). Sum of RGB (Red+Green+Blue) = 86+9+27=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #56091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56091B is #A9F6E4. Grayscale: #222222. Windows color (decimal): -11138789 or 1771862. OLE color: 1771862.
HSL color Cylindrical-coordinate representation of color #56091B: hue angle of 345.97º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56091B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 27 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.66 |
| HSL | 345.97º | 0.81% | 0.19% | - |
| HSV(B) | 345.97º | 0.9% | 0.34% | - |
| XYZ | 4.13 | 2.25 | 1.25 | - |
| YUV | 34.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 27 | 0 | 0.90 | 0.69 | 0.66 | 345.97 | 0.81 | 0.19 |
| Hex | 56 | 9 | 1B | 0 | 5A | 45 | 42 | 15A | 51 | 13 |
| Octal | 126 | 11 | 33 | 0 | 132 | 105 | 102 | 532 | 121 | 23 |
| Binary | 1010110 | 1001 | 11011 | 0 | 1011010 | 1000101 | 1000010 | 101011010 | 1010001 | 10011 |
Color Harmonies of #56091B
Complementary color
Monochromatic Colors of #56091B
Black with #56091B
Text Example
Text Example
White with #56091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56091B; }
p { color: rgb(86,9,27); }
H1.HeaderClassName
{
color: #56091B;
}
.AnyTagClassName
{
color: #56091B;
}
</style>
background-color css
<style>
a { background-color: #56091B; }
a { background-color: rgb(86,9,27); }
div.DivClassName
{
background-color: #56091B;
}
.BgClassName
{
background-color: #56091B;
}
</style>
border-color css
<style>
span { border-color: #56091B; }
span { border-color: rgb(86,9,27); }
td.TdClassName
{
border-color: #56091B;
}
.TagClassName
{
border-color: #56091B;
}
</style>