Shades of Bordeaux #56040B
Tints of Bordeaux #56040B
RGB
CMYK
RGB Variations
Color information
#56040B (or 0x56040B) is known color: Bordeaux. HEX triplet: 56, 04 and 0B. RGB value is (86,4,11). Sum of RGB (Red+Green+Blue) = 86+4+11=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #56040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56040B is #A9FBF4. Grayscale: #1D1D1D. Windows color (decimal): -11140085 or 722006. OLE color: 722006.
HSL color Cylindrical-coordinate representation of color #56040B: hue angle of 354.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56040B is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 4 | 11 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.66 |
| HSL | 354.88º | 0.91% | 0.18% | - |
| HSV(B) | 354.88º | 0.95% | 0.34% | - |
| XYZ | 3.94 | 2.09 | 0.51 | - |
| YUV | 29.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 11 | 0 | 0.95 | 0.87 | 0.66 | 354.88 | 0.91 | 0.18 |
| Hex | 56 | 4 | B | 0 | 5F | 57 | 42 | 163 | 5B | 12 |
| Octal | 126 | 4 | 13 | 0 | 137 | 127 | 102 | 543 | 133 | 22 |
| Binary | 1010110 | 100 | 1011 | 0 | 1011111 | 1010111 | 1000010 | 101100011 | 1011011 | 10010 |
Color Harmonies of #56040B
Complementary color
Monochromatic Colors of #56040B
Black with #56040B
Text Example
Text Example
White with #56040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56040B; }
p { color: rgb(86,4,11); }
H1.HeaderClassName
{
color: #56040B;
}
.AnyTagClassName
{
color: #56040B;
}
</style>
background-color css
<style>
a { background-color: #56040B; }
a { background-color: rgb(86,4,11); }
div.DivClassName
{
background-color: #56040B;
}
.BgClassName
{
background-color: #56040B;
}
</style>
border-color css
<style>
span { border-color: #56040B; }
span { border-color: rgb(86,4,11); }
td.TdClassName
{
border-color: #56040B;
}
.TagClassName
{
border-color: #56040B;
}
</style>