Shades of Burgundy #86072D
Tints of Burgundy #86072D
RGB
CMYK
RGB Variations
Color information
#86072D (or 0x86072D) is known color: Burgundy. HEX triplet: 86, 07 and 2D. RGB value is (134,7,45). Sum of RGB (Red+Green+Blue) = 134+7+45=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #86072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86072D is #79F8D2. Grayscale: #313131. Windows color (decimal): -7993555 or 2951046. OLE color: 2951046.
HSL color Cylindrical-coordinate representation of color #86072D: hue angle of 342.05º 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 #86072D is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 45 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.47 |
| HSL | 342.05º | 0.9% | 0.28% | - |
| HSV(B) | 342.05º | 0.95% | 0.53% | - |
| XYZ | 10.38 | 5.41 | 2.98 | - |
| YUV | 49.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 45 | 0 | 0.95 | 0.66 | 0.47 | 342.05 | 0.9 | 0.28 |
| Hex | 86 | 7 | 2D | 0 | 5F | 42 | 2F | 156 | 5A | 1C |
| Octal | 206 | 7 | 55 | 0 | 137 | 102 | 57 | 526 | 132 | 34 |
| Binary | 10000110 | 111 | 101101 | 0 | 1011111 | 1000010 | 101111 | 101010110 | 1011010 | 11100 |
Color Harmonies of #86072D
Complementary color
Monochromatic Colors of #86072D
Black with #86072D
Text Example
Text Example
White with #86072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86072D; }
p { color: rgb(134,7,45); }
H1.HeaderClassName
{
color: #86072D;
}
.AnyTagClassName
{
color: #86072D;
}
</style>
background-color css
<style>
a { background-color: #86072D; }
a { background-color: rgb(134,7,45); }
div.DivClassName
{
background-color: #86072D;
}
.BgClassName
{
background-color: #86072D;
}
</style>
border-color css
<style>
span { border-color: #86072D; }
span { border-color: rgb(134,7,45); }
td.TdClassName
{
border-color: #86072D;
}
.TagClassName
{
border-color: #86072D;
}
</style>