Shades of Burgundy #86141B
Tints of Burgundy #86141B
RGB
CMYK
RGB Variations
Color information
#86141B (or 0x86141B) is known color: Burgundy. HEX triplet: 86, 14 and 1B. RGB value is (134,20,27). Sum of RGB (Red+Green+Blue) = 134+20+27=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86141B is #79EBE4. Grayscale: #363636. Windows color (decimal): -7990245 or 1774726. OLE color: 1774726.
HSL color Cylindrical-coordinate representation of color #86141B: hue angle of 356.32º 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 #86141B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 27 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.47 |
| HSL | 356.32º | 0.74% | 0.3% | - |
| HSV(B) | 356.32º | 0.85% | 0.53% | - |
| XYZ | 10.28 | 5.65 | 1.59 | - |
| YUV | 54.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 27 | 0 | 0.85 | 0.80 | 0.47 | 356.32 | 0.74 | 0.3 |
| Hex | 86 | 14 | 1B | 0 | 55 | 50 | 2F | 164 | 4A | 1E |
| Octal | 206 | 24 | 33 | 0 | 125 | 120 | 57 | 544 | 112 | 36 |
| Binary | 10000110 | 10100 | 11011 | 0 | 1010101 | 1010000 | 101111 | 101100100 | 1001010 | 11110 |
Color Harmonies of #86141B
Complementary color
Monochromatic Colors of #86141B
Black with #86141B
Text Example
Text Example
White with #86141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86141B; }
p { color: rgb(134,20,27); }
H1.HeaderClassName
{
color: #86141B;
}
.AnyTagClassName
{
color: #86141B;
}
</style>
background-color css
<style>
a { background-color: #86141B; }
a { background-color: rgb(134,20,27); }
div.DivClassName
{
background-color: #86141B;
}
.BgClassName
{
background-color: #86141B;
}
</style>
border-color css
<style>
span { border-color: #86141B; }
span { border-color: rgb(134,20,27); }
td.TdClassName
{
border-color: #86141B;
}
.TagClassName
{
border-color: #86141B;
}
</style>