Shades of Burgundy #87061E
Tints of Burgundy #87061E
RGB
CMYK
RGB Variations
Color information
#87061E (or 0x87061E) is known color: Burgundy. HEX triplet: 87, 06 and 1E. RGB value is (135,6,30). Sum of RGB (Red+Green+Blue) = 135+6+30=171 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.95% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 135 - color contains mainly: red. Hex color #87061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87061E is #78F9E1. Grayscale: #2F2F2F. Windows color (decimal): -7928290 or 1967751. OLE color: 1967751.
HSL color Cylindrical-coordinate representation of color #87061E: hue angle of 348.84º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87061E is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 30 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.47 |
| HSL | 348.84º | 0.91% | 0.28% | - |
| HSV(B) | 348.84º | 0.96% | 0.53% | - |
| XYZ | 10.29 | 5.37 | 1.72 | - |
| YUV | 47.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 30 | 0 | 0.96 | 0.78 | 0.47 | 348.84 | 0.91 | 0.28 |
| Hex | 87 | 6 | 1E | 0 | 60 | 4E | 2F | 15D | 5B | 1C |
| Octal | 207 | 6 | 36 | 0 | 140 | 116 | 57 | 535 | 133 | 34 |
| Binary | 10000111 | 110 | 11110 | 0 | 1100000 | 1001110 | 101111 | 101011101 | 1011011 | 11100 |
Color Harmonies of #87061E
Complementary color
Monochromatic Colors of #87061E
Black with #87061E
Text Example
Text Example
White with #87061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87061E; }
p { color: rgb(135,6,30); }
H1.HeaderClassName
{
color: #87061E;
}
.AnyTagClassName
{
color: #87061E;
}
</style>
background-color css
<style>
a { background-color: #87061E; }
a { background-color: rgb(135,6,30); }
div.DivClassName
{
background-color: #87061E;
}
.BgClassName
{
background-color: #87061E;
}
</style>
border-color css
<style>
span { border-color: #87061E; }
span { border-color: rgb(135,6,30); }
td.TdClassName
{
border-color: #87061E;
}
.TagClassName
{
border-color: #87061E;
}
</style>