Shades of Burgundy #87021F
Tints of Burgundy #87021F
RGB
CMYK
RGB Variations
Color information
#87021F (or 0x87021F) is known color: Burgundy. HEX triplet: 87, 02 and 1F. RGB value is (135,2,31). Sum of RGB (Red+Green+Blue) = 135+2+31=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #87021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87021F is #78FDE0. Grayscale: #2D2D2D. Windows color (decimal): -7929313 or 2032263. OLE color: 2032263.
HSL color Cylindrical-coordinate representation of color #87021F: hue angle of 346.92º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87021F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.47 |
| HSL | 346.92º | 0.97% | 0.27% | - |
| HSV(B) | 346.92º | 0.99% | 0.53% | - |
| XYZ | 10.26 | 5.29 | 1.78 | - |
| YUV | 45.07 | 120.06 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 31 | 0 | 0.99 | 0.77 | 0.47 | 346.92 | 0.97 | 0.27 |
| Hex | 87 | 2 | 1F | 0 | 63 | 4D | 2F | 15B | 61 | 1B |
| Octal | 207 | 2 | 37 | 0 | 143 | 115 | 57 | 533 | 141 | 33 |
| Binary | 10000111 | 10 | 11111 | 0 | 1100011 | 1001101 | 101111 | 101011011 | 1100001 | 11011 |
Color Harmonies of #87021F
Complementary color
Monochromatic Colors of #87021F
Black with #87021F
Text Example
Text Example
White with #87021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87021F; }
p { color: rgb(135,2,31); }
H1.HeaderClassName
{
color: #87021F;
}
.AnyTagClassName
{
color: #87021F;
}
</style>
background-color css
<style>
a { background-color: #87021F; }
a { background-color: rgb(135,2,31); }
div.DivClassName
{
background-color: #87021F;
}
.BgClassName
{
background-color: #87021F;
}
</style>
border-color css
<style>
span { border-color: #87021F; }
span { border-color: rgb(135,2,31); }
td.TdClassName
{
border-color: #87021F;
}
.TagClassName
{
border-color: #87021F;
}
</style>