Shades of Bordeaux #56011B
Tints of Bordeaux #56011B
RGB
CMYK
RGB Variations
Color information
#56011B (or 0x56011B) is known color: Bordeaux. HEX triplet: 56, 01 and 1B. RGB value is (86,1,27). Sum of RGB (Red+Green+Blue) = 86+1+27=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #56011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56011B is #A9FEE4. Grayscale: #1D1D1D. Windows color (decimal): -11140837 or 1769814. OLE color: 1769814.
HSL color Cylindrical-coordinate representation of color #56011B: hue angle of 341.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56011B is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.66 |
| HSL | 341.65º | 0.98% | 0.17% | - |
| HSV(B) | 341.65º | 0.99% | 0.34% | - |
| XYZ | 4.05 | 2.08 | 1.22 | - |
| YUV | 29.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 27 | 0 | 0.99 | 0.69 | 0.66 | 341.65 | 0.98 | 0.17 |
| Hex | 56 | 1 | 1B | 0 | 63 | 45 | 42 | 156 | 62 | 11 |
| Octal | 126 | 1 | 33 | 0 | 143 | 105 | 102 | 526 | 142 | 21 |
| Binary | 1010110 | 1 | 11011 | 0 | 1100011 | 1000101 | 1000010 | 101010110 | 1100010 | 10001 |
Color Harmonies of #56011B
Complementary color
Monochromatic Colors of #56011B
Black with #56011B
Text Example
Text Example
White with #56011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56011B; }
p { color: rgb(86,1,27); }
H1.HeaderClassName
{
color: #56011B;
}
.AnyTagClassName
{
color: #56011B;
}
</style>
background-color css
<style>
a { background-color: #56011B; }
a { background-color: rgb(86,1,27); }
div.DivClassName
{
background-color: #56011B;
}
.BgClassName
{
background-color: #56011B;
}
</style>
border-color css
<style>
span { border-color: #56011B; }
span { border-color: rgb(86,1,27); }
td.TdClassName
{
border-color: #56011B;
}
.TagClassName
{
border-color: #56011B;
}
</style>