Shades of Burgundy #86072C
Tints of Burgundy #86072C
RGB
CMYK
RGB Variations
Color information
#86072C (or 0x86072C) is known color: Burgundy. HEX triplet: 86, 07 and 2C. RGB value is (134,7,44). Sum of RGB (Red+Green+Blue) = 134+7+44=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #86072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86072C is #79F8D3. Grayscale: #313131. Windows color (decimal): -7993556 or 2885510. OLE color: 2885510.
HSL color Cylindrical-coordinate representation of color #86072C: hue angle of 342.52º 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 #86072C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.47 |
| HSL | 342.52º | 0.9% | 0.28% | - |
| HSV(B) | 342.52º | 0.95% | 0.53% | - |
| XYZ | 10.36 | 5.4 | 2.88 | - |
| YUV | 49.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 44 | 0 | 0.95 | 0.67 | 0.47 | 342.52 | 0.9 | 0.28 |
| Hex | 86 | 7 | 2C | 0 | 5F | 43 | 2F | 157 | 5A | 1C |
| Octal | 206 | 7 | 54 | 0 | 137 | 103 | 57 | 527 | 132 | 34 |
| Binary | 10000110 | 111 | 101100 | 0 | 1011111 | 1000011 | 101111 | 101010111 | 1011010 | 11100 |
Color Harmonies of #86072C
Complementary color
Monochromatic Colors of #86072C
Black with #86072C
Text Example
Text Example
White with #86072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86072C; }
p { color: rgb(134,7,44); }
H1.HeaderClassName
{
color: #86072C;
}
.AnyTagClassName
{
color: #86072C;
}
</style>
background-color css
<style>
a { background-color: #86072C; }
a { background-color: rgb(134,7,44); }
div.DivClassName
{
background-color: #86072C;
}
.BgClassName
{
background-color: #86072C;
}
</style>
border-color css
<style>
span { border-color: #86072C; }
span { border-color: rgb(134,7,44); }
td.TdClassName
{
border-color: #86072C;
}
.TagClassName
{
border-color: #86072C;
}
</style>