Shades of Burgundy #870121
Tints of Burgundy #870121
RGB
CMYK
RGB Variations
Color information
#870121 (or 0x870121) is known color: Burgundy. HEX triplet: 87, 01 and 21. RGB value is (135,1,33). Sum of RGB (Red+Green+Blue) = 135+1+33=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #870121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870121 is #78FEDE. Grayscale: #2C2C2C. Windows color (decimal): -7929567 or 2163079. OLE color: 2163079.
HSL color Cylindrical-coordinate representation of color #870121: hue angle of 345.67º degrees, saturation: 0.99, 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 #870121 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.47 |
| HSL | 345.67º | 0.99% | 0.27% | - |
| HSV(B) | 345.67º | 0.99% | 0.53% | - |
| XYZ | 10.28 | 5.28 | 1.92 | - |
| YUV | 44.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 33 | 0 | 0.99 | 0.76 | 0.47 | 345.67 | 0.99 | 0.27 |
| Hex | 87 | 1 | 21 | 0 | 63 | 4C | 2F | 15A | 63 | 1B |
| Octal | 207 | 1 | 41 | 0 | 143 | 114 | 57 | 532 | 143 | 33 |
| Binary | 10000111 | 1 | 100001 | 0 | 1100011 | 1001100 | 101111 | 101011010 | 1100011 | 11011 |
Color Harmonies of #870121
Complementary color
Monochromatic Colors of #870121
Black with #870121
Text Example
Text Example
White with #870121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870121; }
p { color: rgb(135,1,33); }
H1.HeaderClassName
{
color: #870121;
}
.AnyTagClassName
{
color: #870121;
}
</style>
background-color css
<style>
a { background-color: #870121; }
a { background-color: rgb(135,1,33); }
div.DivClassName
{
background-color: #870121;
}
.BgClassName
{
background-color: #870121;
}
</style>
border-color css
<style>
span { border-color: #870121; }
span { border-color: rgb(135,1,33); }
td.TdClassName
{
border-color: #870121;
}
.TagClassName
{
border-color: #870121;
}
</style>