Shades of Burgundy #871220
Tints of Burgundy #871220
RGB
CMYK
RGB Variations
Color information
#871220 (or 0x871220) is known color: Burgundy. HEX triplet: 87, 12 and 20. RGB value is (135,18,32). Sum of RGB (Red+Green+Blue) = 135+18+32=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #871220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871220 is #78EDDF. Grayscale: #363636. Windows color (decimal): -7925216 or 2101895. OLE color: 2101895.
HSL color Cylindrical-coordinate representation of color #871220: hue angle of 352.82º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871220 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 32 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.47 |
| HSL | 352.82º | 0.76% | 0.3% | - |
| HSV(B) | 352.82º | 0.87% | 0.53% | - |
| XYZ | 10.47 | 5.69 | 1.91 | - |
| YUV | 54.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 32 | 0 | 0.87 | 0.76 | 0.47 | 352.82 | 0.76 | 0.3 |
| Hex | 87 | 12 | 20 | 0 | 57 | 4C | 2F | 161 | 4C | 1E |
| Octal | 207 | 22 | 40 | 0 | 127 | 114 | 57 | 541 | 114 | 36 |
| Binary | 10000111 | 10010 | 100000 | 0 | 1010111 | 1001100 | 101111 | 101100001 | 1001100 | 11110 |
Color Harmonies of #871220
Complementary color
Monochromatic Colors of #871220
Black with #871220
Text Example
Text Example
White with #871220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871220; }
p { color: rgb(135,18,32); }
H1.HeaderClassName
{
color: #871220;
}
.AnyTagClassName
{
color: #871220;
}
</style>
background-color css
<style>
a { background-color: #871220; }
a { background-color: rgb(135,18,32); }
div.DivClassName
{
background-color: #871220;
}
.BgClassName
{
background-color: #871220;
}
</style>
border-color css
<style>
span { border-color: #871220; }
span { border-color: rgb(135,18,32); }
td.TdClassName
{
border-color: #871220;
}
.TagClassName
{
border-color: #871220;
}
</style>