Shades of Burgundy #86141F
Tints of Burgundy #86141F
RGB
CMYK
RGB Variations
Color information
#86141F (or 0x86141F) is known color: Burgundy. HEX triplet: 86, 14 and 1F. RGB value is (134,20,31). Sum of RGB (Red+Green+Blue) = 134+20+31=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #86141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86141F is #79EBE0. Grayscale: #373737. Windows color (decimal): -7990241 or 2036870. OLE color: 2036870.
HSL color Cylindrical-coordinate representation of color #86141F: hue angle of 354.21º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86141F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 31 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.47 |
| HSL | 354.21º | 0.74% | 0.3% | - |
| HSV(B) | 354.21º | 0.85% | 0.53% | - |
| XYZ | 10.33 | 5.67 | 1.85 | - |
| YUV | 55.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 31 | 0 | 0.85 | 0.77 | 0.47 | 354.21 | 0.74 | 0.3 |
| Hex | 86 | 14 | 1F | 0 | 55 | 4D | 2F | 162 | 4A | 1E |
| Octal | 206 | 24 | 37 | 0 | 125 | 115 | 57 | 542 | 112 | 36 |
| Binary | 10000110 | 10100 | 11111 | 0 | 1010101 | 1001101 | 101111 | 101100010 | 1001010 | 11110 |
Color Harmonies of #86141F
Complementary color
Monochromatic Colors of #86141F
Black with #86141F
Text Example
Text Example
White with #86141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86141F; }
p { color: rgb(134,20,31); }
H1.HeaderClassName
{
color: #86141F;
}
.AnyTagClassName
{
color: #86141F;
}
</style>
background-color css
<style>
a { background-color: #86141F; }
a { background-color: rgb(134,20,31); }
div.DivClassName
{
background-color: #86141F;
}
.BgClassName
{
background-color: #86141F;
}
</style>
border-color css
<style>
span { border-color: #86141F; }
span { border-color: rgb(134,20,31); }
td.TdClassName
{
border-color: #86141F;
}
.TagClassName
{
border-color: #86141F;
}
</style>