Shades of Burgundy #86073C
Tints of Burgundy #86073C
RGB
CMYK
RGB Variations
Color information
#86073C (or 0x86073C) is known color: Burgundy. HEX triplet: 86, 07 and 3C. RGB value is (134,7,60). Sum of RGB (Red+Green+Blue) = 134+7+60=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86073C is #79F8C3. Grayscale: #323232. Windows color (decimal): -7993540 or 3934086. OLE color: 3934086.
HSL color Cylindrical-coordinate representation of color #86073C: hue angle of 334.96º 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 #86073C is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 7 | 60 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.47 |
| HSL | 334.96º | 0.9% | 0.28% | - |
| HSV(B) | 334.96º | 0.95% | 0.53% | - |
| XYZ | 10.72 | 5.55 | 4.78 | - |
| YUV | 51.02 | 133.08 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 60 | 0 | 0.95 | 0.55 | 0.47 | 334.96 | 0.9 | 0.28 |
| Hex | 86 | 7 | 3C | 0 | 5F | 37 | 2F | 14F | 5A | 1C |
| Octal | 206 | 7 | 74 | 0 | 137 | 67 | 57 | 517 | 132 | 34 |
| Binary | 10000110 | 111 | 111100 | 0 | 1011111 | 110111 | 101111 | 101001111 | 1011010 | 11100 |
Color Harmonies of #86073C
Complementary color
Monochromatic Colors of #86073C
Black with #86073C
Text Example
Text Example
White with #86073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86073C; }
p { color: rgb(134,7,60); }
H1.HeaderClassName
{
color: #86073C;
}
.AnyTagClassName
{
color: #86073C;
}
</style>
background-color css
<style>
a { background-color: #86073C; }
a { background-color: rgb(134,7,60); }
div.DivClassName
{
background-color: #86073C;
}
.BgClassName
{
background-color: #86073C;
}
</style>
border-color css
<style>
span { border-color: #86073C; }
span { border-color: rgb(134,7,60); }
td.TdClassName
{
border-color: #86073C;
}
.TagClassName
{
border-color: #86073C;
}
</style>