Shades of Bordeaux #56011E
Tints of Bordeaux #56011E
RGB
CMYK
RGB Variations
Color information
#56011E (or 0x56011E) is known color: Bordeaux. HEX triplet: 56, 01 and 1E. RGB value is (86,1,30). Sum of RGB (Red+Green+Blue) = 86+1+30=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56011E is #A9FEE1. Grayscale: #1D1D1D. Windows color (decimal): -11140834 or 1966422. OLE color: 1966422.
HSL color Cylindrical-coordinate representation of color #56011E: hue angle of 339.53º 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 #56011E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.66 |
| HSL | 339.53º | 0.98% | 0.17% | - |
| HSV(B) | 339.53º | 0.99% | 0.34% | - |
| XYZ | 4.08 | 2.09 | 1.42 | - |
| YUV | 29.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 30 | 0 | 0.99 | 0.65 | 0.66 | 339.53 | 0.98 | 0.17 |
| Hex | 56 | 1 | 1E | 0 | 63 | 41 | 42 | 154 | 62 | 11 |
| Octal | 126 | 1 | 36 | 0 | 143 | 101 | 102 | 524 | 142 | 21 |
| Binary | 1010110 | 1 | 11110 | 0 | 1100011 | 1000001 | 1000010 | 101010100 | 1100010 | 10001 |
Color Harmonies of #56011E
Complementary color
Monochromatic Colors of #56011E
Black with #56011E
Text Example
Text Example
White with #56011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56011E; }
p { color: rgb(86,1,30); }
H1.HeaderClassName
{
color: #56011E;
}
.AnyTagClassName
{
color: #56011E;
}
</style>
background-color css
<style>
a { background-color: #56011E; }
a { background-color: rgb(86,1,30); }
div.DivClassName
{
background-color: #56011E;
}
.BgClassName
{
background-color: #56011E;
}
</style>
border-color css
<style>
span { border-color: #56011E; }
span { border-color: rgb(86,1,30); }
td.TdClassName
{
border-color: #56011E;
}
.TagClassName
{
border-color: #56011E;
}
</style>