Shades of Bordeaux #56071F
Tints of Bordeaux #56071F
RGB
CMYK
RGB Variations
Color information
#56071F (or 0x56071F) is known color: Bordeaux. HEX triplet: 56, 07 and 1F. RGB value is (86,7,31). Sum of RGB (Red+Green+Blue) = 86+7+31=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #56071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56071F is #A9F8E0. Grayscale: #212121. Windows color (decimal): -11139297 or 2033494. OLE color: 2033494.
HSL color Cylindrical-coordinate representation of color #56071F: hue angle of 341.77º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56071F is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 31 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.66 |
| HSL | 341.77º | 0.85% | 0.18% | - |
| HSV(B) | 341.77º | 0.92% | 0.34% | - |
| XYZ | 4.16 | 2.23 | 1.51 | - |
| YUV | 33.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 31 | 0 | 0.92 | 0.64 | 0.66 | 341.77 | 0.85 | 0.18 |
| Hex | 56 | 7 | 1F | 0 | 5C | 40 | 42 | 156 | 55 | 12 |
| Octal | 126 | 7 | 37 | 0 | 134 | 100 | 102 | 526 | 125 | 22 |
| Binary | 1010110 | 111 | 11111 | 0 | 1011100 | 1000000 | 1000010 | 101010110 | 1010101 | 10010 |
Color Harmonies of #56071F
Complementary color
Monochromatic Colors of #56071F
Black with #56071F
Text Example
Text Example
White with #56071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56071F; }
p { color: rgb(86,7,31); }
H1.HeaderClassName
{
color: #56071F;
}
.AnyTagClassName
{
color: #56071F;
}
</style>
background-color css
<style>
a { background-color: #56071F; }
a { background-color: rgb(86,7,31); }
div.DivClassName
{
background-color: #56071F;
}
.BgClassName
{
background-color: #56071F;
}
</style>
border-color css
<style>
span { border-color: #56071F; }
span { border-color: rgb(86,7,31); }
td.TdClassName
{
border-color: #56071F;
}
.TagClassName
{
border-color: #56071F;
}
</style>