Shades of Burgundy #87061D
Tints of Burgundy #87061D
RGB
CMYK
RGB Variations
Color information
#87061D (or 0x87061D) is known color: Burgundy. HEX triplet: 87, 06 and 1D. RGB value is (135,6,29). Sum of RGB (Red+Green+Blue) = 135+6+29=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #87061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87061D is #78F9E2. Grayscale: #2F2F2F. Windows color (decimal): -7928291 or 1902215. OLE color: 1902215.
HSL color Cylindrical-coordinate representation of color #87061D: hue angle of 349.3º 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 #87061D is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 29 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.47 |
| HSL | 349.3º | 0.91% | 0.28% | - |
| HSV(B) | 349.3º | 0.96% | 0.53% | - |
| XYZ | 10.28 | 5.37 | 1.66 | - |
| YUV | 47.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 29 | 0 | 0.96 | 0.79 | 0.47 | 349.3 | 0.91 | 0.28 |
| Hex | 87 | 6 | 1D | 0 | 60 | 4F | 2F | 15D | 5B | 1C |
| Octal | 207 | 6 | 35 | 0 | 140 | 117 | 57 | 535 | 133 | 34 |
| Binary | 10000111 | 110 | 11101 | 0 | 1100000 | 1001111 | 101111 | 101011101 | 1011011 | 11100 |
Color Harmonies of #87061D
Complementary color
Monochromatic Colors of #87061D
Black with #87061D
Text Example
Text Example
White with #87061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87061D; }
p { color: rgb(135,6,29); }
H1.HeaderClassName
{
color: #87061D;
}
.AnyTagClassName
{
color: #87061D;
}
</style>
background-color css
<style>
a { background-color: #87061D; }
a { background-color: rgb(135,6,29); }
div.DivClassName
{
background-color: #87061D;
}
.BgClassName
{
background-color: #87061D;
}
</style>
border-color css
<style>
span { border-color: #87061D; }
span { border-color: rgb(135,6,29); }
td.TdClassName
{
border-color: #87061D;
}
.TagClassName
{
border-color: #87061D;
}
</style>