Shades of Burgundy #86122A
Tints of Burgundy #86122A
RGB
CMYK
RGB Variations
Color information
#86122A (or 0x86122A) is known color: Burgundy. HEX triplet: 86, 12 and 2A. RGB value is (134,18,42). Sum of RGB (Red+Green+Blue) = 134+18+42=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #86122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86122A is #79EDD5. Grayscale: #373737. Windows color (decimal): -7990742 or 2757254. OLE color: 2757254.
HSL color Cylindrical-coordinate representation of color #86122A: hue angle of 347.59º 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 #86122A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 42 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.47 |
| HSL | 347.59º | 0.76% | 0.3% | - |
| HSV(B) | 347.59º | 0.87% | 0.53% | - |
| XYZ | 10.47 | 5.67 | 2.73 | - |
| YUV | 55.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 42 | 0 | 0.87 | 0.69 | 0.47 | 347.59 | 0.76 | 0.3 |
| Hex | 86 | 12 | 2A | 0 | 57 | 45 | 2F | 15C | 4C | 1E |
| Octal | 206 | 22 | 52 | 0 | 127 | 105 | 57 | 534 | 114 | 36 |
| Binary | 10000110 | 10010 | 101010 | 0 | 1010111 | 1000101 | 101111 | 101011100 | 1001100 | 11110 |
Color Harmonies of #86122A
Complementary color
Monochromatic Colors of #86122A
Black with #86122A
Text Example
Text Example
White with #86122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86122A; }
p { color: rgb(134,18,42); }
H1.HeaderClassName
{
color: #86122A;
}
.AnyTagClassName
{
color: #86122A;
}
</style>
background-color css
<style>
a { background-color: #86122A; }
a { background-color: rgb(134,18,42); }
div.DivClassName
{
background-color: #86122A;
}
.BgClassName
{
background-color: #86122A;
}
</style>
border-color css
<style>
span { border-color: #86122A; }
span { border-color: rgb(134,18,42); }
td.TdClassName
{
border-color: #86122A;
}
.TagClassName
{
border-color: #86122A;
}
</style>