Shades of Burgundy #87073E
Tints of Burgundy #87073E
RGB
CMYK
RGB Variations
Color information
#87073E (or 0x87073E) is known color: Burgundy. HEX triplet: 87, 07 and 3E. RGB value is (135,7,62). Sum of RGB (Red+Green+Blue) = 135+7+62=204 (27% of max value = 765). Red value is 135 (53.12% from 255 or 66.18% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 135 - color contains mainly: red. Hex color #87073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87073E is #78F8C1. Grayscale: #333333. Windows color (decimal): -7928002 or 4065159. OLE color: 4065159.
HSL color Cylindrical-coordinate representation of color #87073E: hue angle of 334.22º 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 #87073E is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 62 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.47 |
| HSL | 334.22º | 0.9% | 0.28% | - |
| HSV(B) | 334.22º | 0.95% | 0.53% | - |
| XYZ | 10.94 | 5.65 | 5.07 | - |
| YUV | 51.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 62 | 0 | 0.95 | 0.54 | 0.47 | 334.22 | 0.9 | 0.28 |
| Hex | 87 | 7 | 3E | 0 | 5F | 36 | 2F | 14E | 5A | 1C |
| Octal | 207 | 7 | 76 | 0 | 137 | 66 | 57 | 516 | 132 | 34 |
| Binary | 10000111 | 111 | 111110 | 0 | 1011111 | 110110 | 101111 | 101001110 | 1011010 | 11100 |
Color Harmonies of #87073E
Complementary color
Monochromatic Colors of #87073E
Black with #87073E
Text Example
Text Example
White with #87073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87073E; }
p { color: rgb(135,7,62); }
H1.HeaderClassName
{
color: #87073E;
}
.AnyTagClassName
{
color: #87073E;
}
</style>
background-color css
<style>
a { background-color: #87073E; }
a { background-color: rgb(135,7,62); }
div.DivClassName
{
background-color: #87073E;
}
.BgClassName
{
background-color: #87073E;
}
</style>
border-color css
<style>
span { border-color: #87073E; }
span { border-color: rgb(135,7,62); }
td.TdClassName
{
border-color: #87073E;
}
.TagClassName
{
border-color: #87073E;
}
</style>