Shades of Burgundy #87043E
Tints of Burgundy #87043E
RGB
CMYK
RGB Variations
Color information
#87043E (or 0x87043E) is known color: Burgundy. HEX triplet: 87, 04 and 3E. RGB value is (135,4,62). Sum of RGB (Red+Green+Blue) = 135+4+62=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87043E is #78FBC1. Grayscale: #313131. Windows color (decimal): -7928770 or 4064391. OLE color: 4064391.
HSL color Cylindrical-coordinate representation of color #87043E: hue angle of 333.44º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #87043E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 62 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.47 |
| HSL | 333.44º | 0.94% | 0.27% | - |
| HSV(B) | 333.44º | 0.97% | 0.53% | - |
| XYZ | 10.9 | 5.59 | 5.06 | - |
| YUV | 49.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 62 | 0 | 0.97 | 0.54 | 0.47 | 333.44 | 0.94 | 0.27 |
| Hex | 87 | 4 | 3E | 0 | 61 | 36 | 2F | 14D | 5E | 1B |
| Octal | 207 | 4 | 76 | 0 | 141 | 66 | 57 | 515 | 136 | 33 |
| Binary | 10000111 | 100 | 111110 | 0 | 1100001 | 110110 | 101111 | 101001101 | 1011110 | 11011 |
Color Harmonies of #87043E
Complementary color
Monochromatic Colors of #87043E
Black with #87043E
Text Example
Text Example
White with #87043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87043E; }
p { color: rgb(135,4,62); }
H1.HeaderClassName
{
color: #87043E;
}
.AnyTagClassName
{
color: #87043E;
}
</style>
background-color css
<style>
a { background-color: #87043E; }
a { background-color: rgb(135,4,62); }
div.DivClassName
{
background-color: #87043E;
}
.BgClassName
{
background-color: #87043E;
}
</style>
border-color css
<style>
span { border-color: #87043E; }
span { border-color: rgb(135,4,62); }
td.TdClassName
{
border-color: #87043E;
}
.TagClassName
{
border-color: #87043E;
}
</style>