Shades of Bordeaux #56031E
Tints of Bordeaux #56031E
RGB
CMYK
RGB Variations
Color information
#56031E (or 0x56031E) is known color: Bordeaux. HEX triplet: 56, 03 and 1E. RGB value is (86,3,30). Sum of RGB (Red+Green+Blue) = 86+3+30=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56031E is #A9FCE1. Grayscale: #1E1E1E. Windows color (decimal): -11140322 or 1966934. OLE color: 1966934.
HSL color Cylindrical-coordinate representation of color #56031E: hue angle of 340.48º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #56031E is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 3 | 30 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.66 |
| HSL | 340.48º | 0.93% | 0.17% | - |
| HSV(B) | 340.48º | 0.97% | 0.34% | - |
| XYZ | 4.1 | 2.14 | 1.42 | - |
| YUV | 30.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 3 | 30 | 0 | 0.97 | 0.65 | 0.66 | 340.48 | 0.93 | 0.17 |
| Hex | 56 | 3 | 1E | 0 | 61 | 41 | 42 | 154 | 5D | 11 |
| Octal | 126 | 3 | 36 | 0 | 141 | 101 | 102 | 524 | 135 | 21 |
| Binary | 1010110 | 11 | 11110 | 0 | 1100001 | 1000001 | 1000010 | 101010100 | 1011101 | 10001 |
Color Harmonies of #56031E
Complementary color
Monochromatic Colors of #56031E
Black with #56031E
Text Example
Text Example
White with #56031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56031E; }
p { color: rgb(86,3,30); }
H1.HeaderClassName
{
color: #56031E;
}
.AnyTagClassName
{
color: #56031E;
}
</style>
background-color css
<style>
a { background-color: #56031E; }
a { background-color: rgb(86,3,30); }
div.DivClassName
{
background-color: #56031E;
}
.BgClassName
{
background-color: #56031E;
}
</style>
border-color css
<style>
span { border-color: #56031E; }
span { border-color: rgb(86,3,30); }
td.TdClassName
{
border-color: #56031E;
}
.TagClassName
{
border-color: #56031E;
}
</style>