Shades of Burgundy #86073A
Tints of Burgundy #86073A
RGB
CMYK
RGB Variations
Color information
#86073A (or 0x86073A) is known color: Burgundy. HEX triplet: 86, 07 and 3A. RGB value is (134,7,58). Sum of RGB (Red+Green+Blue) = 134+7+58=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86073A is #79F8C5. Grayscale: #323232. Windows color (decimal): -7993542 or 3803014. OLE color: 3803014.
HSL color Cylindrical-coordinate representation of color #86073A: hue angle of 335.91º 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 #86073A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 58 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.47 |
| HSL | 335.91º | 0.9% | 0.28% | - |
| HSV(B) | 335.91º | 0.95% | 0.53% | - |
| XYZ | 10.67 | 5.53 | 4.51 | - |
| YUV | 50.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 58 | 0 | 0.95 | 0.57 | 0.47 | 335.91 | 0.9 | 0.28 |
| Hex | 86 | 7 | 3A | 0 | 5F | 39 | 2F | 150 | 5A | 1C |
| Octal | 206 | 7 | 72 | 0 | 137 | 71 | 57 | 520 | 132 | 34 |
| Binary | 10000110 | 111 | 111010 | 0 | 1011111 | 111001 | 101111 | 101010000 | 1011010 | 11100 |
Color Harmonies of #86073A
Complementary color
Monochromatic Colors of #86073A
Black with #86073A
Text Example
Text Example
White with #86073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86073A; }
p { color: rgb(134,7,58); }
H1.HeaderClassName
{
color: #86073A;
}
.AnyTagClassName
{
color: #86073A;
}
</style>
background-color css
<style>
a { background-color: #86073A; }
a { background-color: rgb(134,7,58); }
div.DivClassName
{
background-color: #86073A;
}
.BgClassName
{
background-color: #86073A;
}
</style>
border-color css
<style>
span { border-color: #86073A; }
span { border-color: rgb(134,7,58); }
td.TdClassName
{
border-color: #86073A;
}
.TagClassName
{
border-color: #86073A;
}
</style>