Shades of Burgundy #871021
Tints of Burgundy #871021
RGB
CMYK
RGB Variations
Color information
#871021 (or 0x871021) is known color: Burgundy. HEX triplet: 87, 10 and 21. RGB value is (135,16,33). Sum of RGB (Red+Green+Blue) = 135+16+33=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #871021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871021 is #78EFDE. Grayscale: #353535. Windows color (decimal): -7925727 or 2166919. OLE color: 2166919.
HSL color Cylindrical-coordinate representation of color #871021: hue angle of 351.43º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871021 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 33 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.47 |
| HSL | 351.43º | 0.79% | 0.3% | - |
| HSV(B) | 351.43º | 0.88% | 0.53% | - |
| XYZ | 10.45 | 5.63 | 1.97 | - |
| YUV | 53.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 33 | 0 | 0.88 | 0.76 | 0.47 | 351.43 | 0.79 | 0.3 |
| Hex | 87 | 10 | 21 | 0 | 58 | 4C | 2F | 15F | 4F | 1E |
| Octal | 207 | 20 | 41 | 0 | 130 | 114 | 57 | 537 | 117 | 36 |
| Binary | 10000111 | 10000 | 100001 | 0 | 1011000 | 1001100 | 101111 | 101011111 | 1001111 | 11110 |
Color Harmonies of #871021
Complementary color
Monochromatic Colors of #871021
Black with #871021
Text Example
Text Example
White with #871021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871021; }
p { color: rgb(135,16,33); }
H1.HeaderClassName
{
color: #871021;
}
.AnyTagClassName
{
color: #871021;
}
</style>
background-color css
<style>
a { background-color: #871021; }
a { background-color: rgb(135,16,33); }
div.DivClassName
{
background-color: #871021;
}
.BgClassName
{
background-color: #871021;
}
</style>
border-color css
<style>
span { border-color: #871021; }
span { border-color: rgb(135,16,33); }
td.TdClassName
{
border-color: #871021;
}
.TagClassName
{
border-color: #871021;
}
</style>