Shades of Burgundy #86121A
Tints of Burgundy #86121A
RGB
CMYK
RGB Variations
Color information
#86121A (or 0x86121A) is known color: Burgundy. HEX triplet: 86, 12 and 1A. RGB value is (134,18,26). Sum of RGB (Red+Green+Blue) = 134+18+26=178 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.28% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 134 - color contains mainly: red. Hex color #86121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86121A is #79EDE5. Grayscale: #353535. Windows color (decimal): -7990758 or 1708678. OLE color: 1708678.
HSL color Cylindrical-coordinate representation of color #86121A: hue angle of 355.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86121A is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 26 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.47 |
| HSL | 355.86º | 0.76% | 0.3% | - |
| HSV(B) | 355.86º | 0.87% | 0.53% | - |
| XYZ | 10.23 | 5.58 | 1.51 | - |
| YUV | 53.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 26 | 0 | 0.87 | 0.81 | 0.47 | 355.86 | 0.76 | 0.3 |
| Hex | 86 | 12 | 1A | 0 | 57 | 51 | 2F | 164 | 4C | 1E |
| Octal | 206 | 22 | 32 | 0 | 127 | 121 | 57 | 544 | 114 | 36 |
| Binary | 10000110 | 10010 | 11010 | 0 | 1010111 | 1010001 | 101111 | 101100100 | 1001100 | 11110 |
Color Harmonies of #86121A
Complementary color
Monochromatic Colors of #86121A
Black with #86121A
Text Example
Text Example
White with #86121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86121A; }
p { color: rgb(134,18,26); }
H1.HeaderClassName
{
color: #86121A;
}
.AnyTagClassName
{
color: #86121A;
}
</style>
background-color css
<style>
a { background-color: #86121A; }
a { background-color: rgb(134,18,26); }
div.DivClassName
{
background-color: #86121A;
}
.BgClassName
{
background-color: #86121A;
}
</style>
border-color css
<style>
span { border-color: #86121A; }
span { border-color: rgb(134,18,26); }
td.TdClassName
{
border-color: #86121A;
}
.TagClassName
{
border-color: #86121A;
}
</style>