Shades of Burgundy #86071B
Tints of Burgundy #86071B
RGB
CMYK
RGB Variations
Color information
#86071B (or 0x86071B) is known color: Burgundy. HEX triplet: 86, 07 and 1B. RGB value is (134,7,27). Sum of RGB (Red+Green+Blue) = 134+7+27=168 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.76% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 134 - color contains mainly: red. Hex color #86071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86071B is #79F8E4. Grayscale: #2F2F2F. Windows color (decimal): -7993573 or 1771398. OLE color: 1771398.
HSL color Cylindrical-coordinate representation of color #86071B: hue angle of 350.55º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #86071B is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 27 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.47 |
| HSL | 350.55º | 0.9% | 0.28% | - |
| HSV(B) | 350.55º | 0.95% | 0.53% | - |
| XYZ | 10.11 | 5.3 | 1.53 | - |
| YUV | 47.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 27 | 0 | 0.95 | 0.80 | 0.47 | 350.55 | 0.9 | 0.28 |
| Hex | 86 | 7 | 1B | 0 | 5F | 50 | 2F | 15F | 5A | 1C |
| Octal | 206 | 7 | 33 | 0 | 137 | 120 | 57 | 537 | 132 | 34 |
| Binary | 10000110 | 111 | 11011 | 0 | 1011111 | 1010000 | 101111 | 101011111 | 1011010 | 11100 |
Color Harmonies of #86071B
Complementary color
Monochromatic Colors of #86071B
Black with #86071B
Text Example
Text Example
White with #86071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86071B; }
p { color: rgb(134,7,27); }
H1.HeaderClassName
{
color: #86071B;
}
.AnyTagClassName
{
color: #86071B;
}
</style>
background-color css
<style>
a { background-color: #86071B; }
a { background-color: rgb(134,7,27); }
div.DivClassName
{
background-color: #86071B;
}
.BgClassName
{
background-color: #86071B;
}
</style>
border-color css
<style>
span { border-color: #86071B; }
span { border-color: rgb(134,7,27); }
td.TdClassName
{
border-color: #86071B;
}
.TagClassName
{
border-color: #86071B;
}
</style>