Shades of Bordeaux #56081F
Tints of Bordeaux #56081F
RGB
CMYK
RGB Variations
Color information
#56081F (or 0x56081F) is known color: Bordeaux. HEX triplet: 56, 08 and 1F. RGB value is (86,8,31). Sum of RGB (Red+Green+Blue) = 86+8+31=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #56081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56081F is #A9F7E0. Grayscale: #212121. Windows color (decimal): -11139041 or 2033750. OLE color: 2033750.
HSL color Cylindrical-coordinate representation of color #56081F: hue angle of 342.31º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56081F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 8 | 31 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.66 |
| HSL | 342.31º | 0.83% | 0.18% | - |
| HSV(B) | 342.31º | 0.91% | 0.34% | - |
| XYZ | 4.17 | 2.25 | 1.51 | - |
| YUV | 33.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 31 | 0 | 0.91 | 0.64 | 0.66 | 342.31 | 0.83 | 0.18 |
| Hex | 56 | 8 | 1F | 0 | 5B | 40 | 42 | 156 | 53 | 12 |
| Octal | 126 | 10 | 37 | 0 | 133 | 100 | 102 | 526 | 123 | 22 |
| Binary | 1010110 | 1000 | 11111 | 0 | 1011011 | 1000000 | 1000010 | 101010110 | 1010011 | 10010 |
Color Harmonies of #56081F
Complementary color
Monochromatic Colors of #56081F
Black with #56081F
Text Example
Text Example
White with #56081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56081F; }
p { color: rgb(86,8,31); }
H1.HeaderClassName
{
color: #56081F;
}
.AnyTagClassName
{
color: #56081F;
}
</style>
background-color css
<style>
a { background-color: #56081F; }
a { background-color: rgb(86,8,31); }
div.DivClassName
{
background-color: #56081F;
}
.BgClassName
{
background-color: #56081F;
}
</style>
border-color css
<style>
span { border-color: #56081F; }
span { border-color: rgb(86,8,31); }
td.TdClassName
{
border-color: #56081F;
}
.TagClassName
{
border-color: #56081F;
}
</style>