Shades of Burgundy #870122
Tints of Burgundy #870122
RGB
CMYK
RGB Variations
Color information
#870122 (or 0x870122) is known color: Burgundy. HEX triplet: 87, 01 and 22. RGB value is (135,1,34). Sum of RGB (Red+Green+Blue) = 135+1+34=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #870122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870122 is #78FEDD. Grayscale: #2C2C2C. Windows color (decimal): -7929566 or 2228615. OLE color: 2228615.
HSL color Cylindrical-coordinate representation of color #870122: hue angle of 345.22º 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 #870122 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.47 |
| HSL | 345.22º | 0.99% | 0.27% | - |
| HSV(B) | 345.22º | 0.99% | 0.53% | - |
| XYZ | 10.29 | 5.29 | 1.99 | - |
| YUV | 44.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 34 | 0 | 0.99 | 0.75 | 0.47 | 345.22 | 0.99 | 0.27 |
| Hex | 87 | 1 | 22 | 0 | 63 | 4B | 2F | 159 | 63 | 1B |
| Octal | 207 | 1 | 42 | 0 | 143 | 113 | 57 | 531 | 143 | 33 |
| Binary | 10000111 | 1 | 100010 | 0 | 1100011 | 1001011 | 101111 | 101011001 | 1100011 | 11011 |
Color Harmonies of #870122
Complementary color
Monochromatic Colors of #870122
Black with #870122
Text Example
Text Example
White with #870122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870122; }
p { color: rgb(135,1,34); }
H1.HeaderClassName
{
color: #870122;
}
.AnyTagClassName
{
color: #870122;
}
</style>
background-color css
<style>
a { background-color: #870122; }
a { background-color: rgb(135,1,34); }
div.DivClassName
{
background-color: #870122;
}
.BgClassName
{
background-color: #870122;
}
</style>
border-color css
<style>
span { border-color: #870122; }
span { border-color: rgb(135,1,34); }
td.TdClassName
{
border-color: #870122;
}
.TagClassName
{
border-color: #870122;
}
</style>