Shades of Bordeaux #56011F
Tints of Bordeaux #56011F
RGB
CMYK
RGB Variations
Color information
#56011F (or 0x56011F) is known color: Bordeaux. HEX triplet: 56, 01 and 1F. RGB value is (86,1,31). Sum of RGB (Red+Green+Blue) = 86+1+31=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #56011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56011F is #A9FEE0. Grayscale: #1D1D1D. Windows color (decimal): -11140833 or 2031958. OLE color: 2031958.
HSL color Cylindrical-coordinate representation of color #56011F: hue angle of 338.82º 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 #56011F is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.66 |
| HSL | 338.82º | 0.98% | 0.17% | - |
| HSV(B) | 338.82º | 0.99% | 0.34% | - |
| XYZ | 4.1 | 2.1 | 1.49 | - |
| YUV | 29.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 31 | 0 | 0.99 | 0.64 | 0.66 | 338.82 | 0.98 | 0.17 |
| Hex | 56 | 1 | 1F | 0 | 63 | 40 | 42 | 153 | 62 | 11 |
| Octal | 126 | 1 | 37 | 0 | 143 | 100 | 102 | 523 | 142 | 21 |
| Binary | 1010110 | 1 | 11111 | 0 | 1100011 | 1000000 | 1000010 | 101010011 | 1100010 | 10001 |
Color Harmonies of #56011F
Complementary color
Monochromatic Colors of #56011F
Black with #56011F
Text Example
Text Example
White with #56011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56011F; }
p { color: rgb(86,1,31); }
H1.HeaderClassName
{
color: #56011F;
}
.AnyTagClassName
{
color: #56011F;
}
</style>
background-color css
<style>
a { background-color: #56011F; }
a { background-color: rgb(86,1,31); }
div.DivClassName
{
background-color: #56011F;
}
.BgClassName
{
background-color: #56011F;
}
</style>
border-color css
<style>
span { border-color: #56011F; }
span { border-color: rgb(86,1,31); }
td.TdClassName
{
border-color: #56011F;
}
.TagClassName
{
border-color: #56011F;
}
</style>