Shades of Burgundy #870031
Tints of Burgundy #870031
RGB
CMYK
RGB Variations
Color information
#870031 (or 0x870031) is known color: Burgundy. HEX triplet: 87, 00 and 31. RGB value is (135,0,49). Sum of RGB (Red+Green+Blue) = 135+0+49=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #870031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870031 is #78FFCE. Grayscale: #2D2D2D. Windows color (decimal): -7929807 or 3211399. OLE color: 3211399.
HSL color Cylindrical-coordinate representation of color #870031: hue angle of 338.22º 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 #870031 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.64 | 0.47 |
| HSL | 338.22º | 1% | 0.26% | - |
| HSV(B) | 338.22º | 1% | 0.53% | - |
| XYZ | 10.55 | 5.37 | 3.39 | - |
| YUV | 45.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 49 | 0 | 1 | 0.64 | 0.47 | 338.22 | 1 | 0.26 |
| Hex | 87 | 0 | 31 | 0 | 64 | 40 | 2F | 152 | 64 | 1A |
| Octal | 207 | 0 | 61 | 0 | 144 | 100 | 57 | 522 | 144 | 32 |
| Binary | 10000111 | 0 | 110001 | 0 | 1100100 | 1000000 | 101111 | 101010010 | 1100100 | 11010 |
Color Harmonies of #870031
Complementary color
Monochromatic Colors of #870031
Black with #870031
Text Example
Text Example
White with #870031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870031; }
p { color: rgb(135,0,49); }
H1.HeaderClassName
{
color: #870031;
}
.AnyTagClassName
{
color: #870031;
}
</style>
background-color css
<style>
a { background-color: #870031; }
a { background-color: rgb(135,0,49); }
div.DivClassName
{
background-color: #870031;
}
.BgClassName
{
background-color: #870031;
}
</style>
border-color css
<style>
span { border-color: #870031; }
span { border-color: rgb(135,0,49); }
td.TdClassName
{
border-color: #870031;
}
.TagClassName
{
border-color: #870031;
}
</style>