Shades of Burgundy #87093E
Tints of Burgundy #87093E
RGB
CMYK
RGB Variations
Color information
#87093E (or 0x87093E) is known color: Burgundy. HEX triplet: 87, 09 and 3E. RGB value is (135,9,62). Sum of RGB (Red+Green+Blue) = 135+9+62=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #87093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87093E is #78F6C1. Grayscale: #343434. Windows color (decimal): -7927490 or 4065671. OLE color: 4065671.
HSL color Cylindrical-coordinate representation of color #87093E: hue angle of 334.76º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87093E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 62 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.47 |
| HSL | 334.76º | 0.88% | 0.28% | - |
| HSV(B) | 334.76º | 0.93% | 0.53% | - |
| XYZ | 10.96 | 5.69 | 5.08 | - |
| YUV | 52.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 62 | 0 | 0.93 | 0.54 | 0.47 | 334.76 | 0.88 | 0.28 |
| Hex | 87 | 9 | 3E | 0 | 5D | 36 | 2F | 14F | 58 | 1C |
| Octal | 207 | 11 | 76 | 0 | 135 | 66 | 57 | 517 | 130 | 34 |
| Binary | 10000111 | 1001 | 111110 | 0 | 1011101 | 110110 | 101111 | 101001111 | 1011000 | 11100 |
Color Harmonies of #87093E
Complementary color
Monochromatic Colors of #87093E
Black with #87093E
Text Example
Text Example
White with #87093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87093E; }
p { color: rgb(135,9,62); }
H1.HeaderClassName
{
color: #87093E;
}
.AnyTagClassName
{
color: #87093E;
}
</style>
background-color css
<style>
a { background-color: #87093E; }
a { background-color: rgb(135,9,62); }
div.DivClassName
{
background-color: #87093E;
}
.BgClassName
{
background-color: #87093E;
}
</style>
border-color css
<style>
span { border-color: #87093E; }
span { border-color: rgb(135,9,62); }
td.TdClassName
{
border-color: #87093E;
}
.TagClassName
{
border-color: #87093E;
}
</style>