Shades of Burgundy #86072B
Tints of Burgundy #86072B
RGB
CMYK
RGB Variations
Color information
#86072B (or 0x86072B) is known color: Burgundy. HEX triplet: 86, 07 and 2B. RGB value is (134,7,43). Sum of RGB (Red+Green+Blue) = 134+7+43=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86072B is #79F8D4. Grayscale: #313131. Windows color (decimal): -7993557 or 2819974. OLE color: 2819974.
HSL color Cylindrical-coordinate representation of color #86072B: hue angle of 342.99º 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 #86072B is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 43 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.47 |
| HSL | 342.99º | 0.9% | 0.28% | - |
| HSV(B) | 342.99º | 0.95% | 0.53% | - |
| XYZ | 10.34 | 5.39 | 2.78 | - |
| YUV | 49.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 43 | 0 | 0.95 | 0.68 | 0.47 | 342.99 | 0.9 | 0.28 |
| Hex | 86 | 7 | 2B | 0 | 5F | 44 | 2F | 157 | 5A | 1C |
| Octal | 206 | 7 | 53 | 0 | 137 | 104 | 57 | 527 | 132 | 34 |
| Binary | 10000110 | 111 | 101011 | 0 | 1011111 | 1000100 | 101111 | 101010111 | 1011010 | 11100 |
Color Harmonies of #86072B
Complementary color
Monochromatic Colors of #86072B
Black with #86072B
Text Example
Text Example
White with #86072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86072B; }
p { color: rgb(134,7,43); }
H1.HeaderClassName
{
color: #86072B;
}
.AnyTagClassName
{
color: #86072B;
}
</style>
background-color css
<style>
a { background-color: #86072B; }
a { background-color: rgb(134,7,43); }
div.DivClassName
{
background-color: #86072B;
}
.BgClassName
{
background-color: #86072B;
}
</style>
border-color css
<style>
span { border-color: #86072B; }
span { border-color: rgb(134,7,43); }
td.TdClassName
{
border-color: #86072B;
}
.TagClassName
{
border-color: #86072B;
}
</style>