Shades of Bordeaux #56101B
Tints of Bordeaux #56101B
RGB
CMYK
RGB Variations
Color information
#56101B (or 0x56101B) is known color: Bordeaux. HEX triplet: 56, 10 and 1B. RGB value is (86,16,27). Sum of RGB (Red+Green+Blue) = 86+16+27=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #56101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56101B is #A9EFE4. Grayscale: #262626. Windows color (decimal): -11136997 or 1773654. OLE color: 1773654.
HSL color Cylindrical-coordinate representation of color #56101B: hue angle of 350.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56101B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 16 | 27 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.66 |
| HSL | 350.57º | 0.69% | 0.2% | - |
| HSV(B) | 350.57º | 0.81% | 0.34% | - |
| XYZ | 4.22 | 2.43 | 1.28 | - |
| YUV | 38.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 27 | 0 | 0.81 | 0.69 | 0.66 | 350.57 | 0.69 | 0.2 |
| Hex | 56 | 10 | 1B | 0 | 51 | 45 | 42 | 15F | 45 | 14 |
| Octal | 126 | 20 | 33 | 0 | 121 | 105 | 102 | 537 | 105 | 24 |
| Binary | 1010110 | 10000 | 11011 | 0 | 1010001 | 1000101 | 1000010 | 101011111 | 1000101 | 10100 |
Color Harmonies of #56101B
Complementary color
Monochromatic Colors of #56101B
Black with #56101B
Text Example
Text Example
White with #56101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56101B; }
p { color: rgb(86,16,27); }
H1.HeaderClassName
{
color: #56101B;
}
.AnyTagClassName
{
color: #56101B;
}
</style>
background-color css
<style>
a { background-color: #56101B; }
a { background-color: rgb(86,16,27); }
div.DivClassName
{
background-color: #56101B;
}
.BgClassName
{
background-color: #56101B;
}
</style>
border-color css
<style>
span { border-color: #56101B; }
span { border-color: rgb(86,16,27); }
td.TdClassName
{
border-color: #56101B;
}
.TagClassName
{
border-color: #56101B;
}
</style>