Shades of Bordeaux #56061D
Tints of Bordeaux #56061D
RGB
CMYK
RGB Variations
Color information
#56061D (or 0x56061D) is known color: Bordeaux. HEX triplet: 56, 06 and 1D. RGB value is (86,6,29). Sum of RGB (Red+Green+Blue) = 86+6+29=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56061D is #A9F9E2. Grayscale: #202020. Windows color (decimal): -11139555 or 1902166. OLE color: 1902166.
HSL color Cylindrical-coordinate representation of color #56061D: hue angle of 342.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #56061D is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 6 | 29 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.66 |
| HSL | 342.75º | 0.87% | 0.18% | - |
| HSV(B) | 342.75º | 0.93% | 0.34% | - |
| XYZ | 4.12 | 2.2 | 1.37 | - |
| YUV | 32.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 29 | 0 | 0.93 | 0.66 | 0.66 | 342.75 | 0.87 | 0.18 |
| Hex | 56 | 6 | 1D | 0 | 5D | 42 | 42 | 157 | 57 | 12 |
| Octal | 126 | 6 | 35 | 0 | 135 | 102 | 102 | 527 | 127 | 22 |
| Binary | 1010110 | 110 | 11101 | 0 | 1011101 | 1000010 | 1000010 | 101010111 | 1010111 | 10010 |
Color Harmonies of #56061D
Complementary color
Monochromatic Colors of #56061D
Black with #56061D
Text Example
Text Example
White with #56061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56061D; }
p { color: rgb(86,6,29); }
H1.HeaderClassName
{
color: #56061D;
}
.AnyTagClassName
{
color: #56061D;
}
</style>
background-color css
<style>
a { background-color: #56061D; }
a { background-color: rgb(86,6,29); }
div.DivClassName
{
background-color: #56061D;
}
.BgClassName
{
background-color: #56061D;
}
</style>
border-color css
<style>
span { border-color: #56061D; }
span { border-color: rgb(86,6,29); }
td.TdClassName
{
border-color: #56061D;
}
.TagClassName
{
border-color: #56061D;
}
</style>