Shades of Bordeaux #56010B
Tints of Bordeaux #56010B
RGB
CMYK
RGB Variations
Color information
#56010B (or 0x56010B) is known color: Bordeaux. HEX triplet: 56, 01 and 0B. RGB value is (86,1,11). Sum of RGB (Red+Green+Blue) = 86+1+11=98 (12% of max value = 765). Red value is 86 (33.98% from 255 or 87.76% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 86 - color contains mainly: red. Hex color #56010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56010B is #A9FEF4. Grayscale: #1B1B1B. Windows color (decimal): -11140853 or 721238. OLE color: 721238.
HSL color Cylindrical-coordinate representation of color #56010B: hue angle of 352.94º 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 #56010B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.66 |
| HSL | 352.94º | 0.98% | 0.17% | - |
| HSV(B) | 352.94º | 0.99% | 0.34% | - |
| XYZ | 3.91 | 2.02 | 0.5 | - |
| YUV | 27.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 11 | 0 | 0.99 | 0.87 | 0.66 | 352.94 | 0.98 | 0.17 |
| Hex | 56 | 1 | B | 0 | 63 | 57 | 42 | 161 | 62 | 11 |
| Octal | 126 | 1 | 13 | 0 | 143 | 127 | 102 | 541 | 142 | 21 |
| Binary | 1010110 | 1 | 1011 | 0 | 1100011 | 1010111 | 1000010 | 101100001 | 1100010 | 10001 |
Color Harmonies of #56010B
Complementary color
Monochromatic Colors of #56010B
Black with #56010B
Text Example
Text Example
White with #56010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56010B; }
p { color: rgb(86,1,11); }
H1.HeaderClassName
{
color: #56010B;
}
.AnyTagClassName
{
color: #56010B;
}
</style>
background-color css
<style>
a { background-color: #56010B; }
a { background-color: rgb(86,1,11); }
div.DivClassName
{
background-color: #56010B;
}
.BgClassName
{
background-color: #56010B;
}
</style>
border-color css
<style>
span { border-color: #56010B; }
span { border-color: rgb(86,1,11); }
td.TdClassName
{
border-color: #56010B;
}
.TagClassName
{
border-color: #56010B;
}
</style>