Shades of Bordeaux #56010E
Tints of Bordeaux #56010E
RGB
CMYK
RGB Variations
Color information
#56010E (or 0x56010E) is known color: Bordeaux. HEX triplet: 56, 01 and 0E. RGB value is (86,1,14). Sum of RGB (Red+Green+Blue) = 86+1+14=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #56010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56010E is #A9FEF1. Grayscale: #1B1B1B. Windows color (decimal): -11140850 or 917846. OLE color: 917846.
HSL color Cylindrical-coordinate representation of color #56010E: hue angle of 350.82º 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 #56010E is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.66 |
| HSL | 350.82º | 0.98% | 0.17% | - |
| HSV(B) | 350.82º | 0.99% | 0.34% | - |
| XYZ | 3.93 | 2.03 | 0.6 | - |
| YUV | 27.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 14 | 0 | 0.99 | 0.84 | 0.66 | 350.82 | 0.98 | 0.17 |
| Hex | 56 | 1 | E | 0 | 63 | 54 | 42 | 15F | 62 | 11 |
| Octal | 126 | 1 | 16 | 0 | 143 | 124 | 102 | 537 | 142 | 21 |
| Binary | 1010110 | 1 | 1110 | 0 | 1100011 | 1010100 | 1000010 | 101011111 | 1100010 | 10001 |
Color Harmonies of #56010E
Complementary color
Monochromatic Colors of #56010E
Black with #56010E
Text Example
Text Example
White with #56010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56010E; }
p { color: rgb(86,1,14); }
H1.HeaderClassName
{
color: #56010E;
}
.AnyTagClassName
{
color: #56010E;
}
</style>
background-color css
<style>
a { background-color: #56010E; }
a { background-color: rgb(86,1,14); }
div.DivClassName
{
background-color: #56010E;
}
.BgClassName
{
background-color: #56010E;
}
</style>
border-color css
<style>
span { border-color: #56010E; }
span { border-color: rgb(86,1,14); }
td.TdClassName
{
border-color: #56010E;
}
.TagClassName
{
border-color: #56010E;
}
</style>