Shades of Burgundy #870022
Tints of Burgundy #870022
RGB
CMYK
RGB Variations
Color information
#870022 (or 0x870022) is known color: Burgundy. HEX triplet: 87, 00 and 22. RGB value is (135,0,34). Sum of RGB (Red+Green+Blue) = 135+0+34=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #870022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870022 is #78FFDD. Grayscale: #2C2C2C. Windows color (decimal): -7929822 or 2228359. OLE color: 2228359.
HSL color Cylindrical-coordinate representation of color #870022: hue angle of 344.89º 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 #870022 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.75 | 0.47 |
| HSL | 344.89º | 1% | 0.26% | - |
| HSV(B) | 344.89º | 1% | 0.53% | - |
| XYZ | 10.28 | 5.27 | 1.99 | - |
| YUV | 44.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 34 | 0 | 1 | 0.75 | 0.47 | 344.89 | 1 | 0.26 |
| Hex | 87 | 0 | 22 | 0 | 64 | 4B | 2F | 159 | 64 | 1A |
| Octal | 207 | 0 | 42 | 0 | 144 | 113 | 57 | 531 | 144 | 32 |
| Binary | 10000111 | 0 | 100010 | 0 | 1100100 | 1001011 | 101111 | 101011001 | 1100100 | 11010 |
Color Harmonies of #870022
Complementary color
Monochromatic Colors of #870022
Black with #870022
Text Example
Text Example
White with #870022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870022; }
p { color: rgb(135,0,34); }
H1.HeaderClassName
{
color: #870022;
}
.AnyTagClassName
{
color: #870022;
}
</style>
background-color css
<style>
a { background-color: #870022; }
a { background-color: rgb(135,0,34); }
div.DivClassName
{
background-color: #870022;
}
.BgClassName
{
background-color: #870022;
}
</style>
border-color css
<style>
span { border-color: #870022; }
span { border-color: rgb(135,0,34); }
td.TdClassName
{
border-color: #870022;
}
.TagClassName
{
border-color: #870022;
}
</style>