Shades of Burgundy #870039
Tints of Burgundy #870039
RGB
CMYK
RGB Variations
Color information
#870039 (or 0x870039) is known color: Burgundy. HEX triplet: 87, 00 and 39. RGB value is (135,0,57). Sum of RGB (Red+Green+Blue) = 135+0+57=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870039 is #78FFC6. Grayscale: #2E2E2E. Windows color (decimal): -7929799 or 3735687. OLE color: 3735687.
HSL color Cylindrical-coordinate representation of color #870039: hue angle of 334.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870039 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.58 | 0.47 |
| HSL | 334.67º | 1% | 0.26% | - |
| HSV(B) | 334.67º | 1% | 0.53% | - |
| XYZ | 10.73 | 5.45 | 4.36 | - |
| YUV | 46.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 57 | 0 | 1 | 0.58 | 0.47 | 334.67 | 1 | 0.26 |
| Hex | 87 | 0 | 39 | 0 | 64 | 3A | 2F | 14F | 64 | 1A |
| Octal | 207 | 0 | 71 | 0 | 144 | 72 | 57 | 517 | 144 | 32 |
| Binary | 10000111 | 0 | 111001 | 0 | 1100100 | 111010 | 101111 | 101001111 | 1100100 | 11010 |
Color Harmonies of #870039
Complementary color
Monochromatic Colors of #870039
Black with #870039
Text Example
Text Example
White with #870039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870039; }
p { color: rgb(135,0,57); }
H1.HeaderClassName
{
color: #870039;
}
.AnyTagClassName
{
color: #870039;
}
</style>
background-color css
<style>
a { background-color: #870039; }
a { background-color: rgb(135,0,57); }
div.DivClassName
{
background-color: #870039;
}
.BgClassName
{
background-color: #870039;
}
</style>
border-color css
<style>
span { border-color: #870039; }
span { border-color: rgb(135,0,57); }
td.TdClassName
{
border-color: #870039;
}
.TagClassName
{
border-color: #870039;
}
</style>