Shades of Burgundy #870822
Tints of Burgundy #870822
RGB
CMYK
RGB Variations
Color information
#870822 (or 0x870822) is known color: Burgundy. HEX triplet: 87, 08 and 22. RGB value is (135,8,34). Sum of RGB (Red+Green+Blue) = 135+8+34=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870822 is #78F7DD. Grayscale: #303030. Windows color (decimal): -7927774 or 2230407. OLE color: 2230407.
HSL color Cylindrical-coordinate representation of color #870822: hue angle of 347.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870822 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 34 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.47 |
| HSL | 347.72º | 0.89% | 0.28% | - |
| HSV(B) | 347.72º | 0.94% | 0.53% | - |
| XYZ | 10.37 | 5.44 | 2.02 | - |
| YUV | 48.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 34 | 0 | 0.94 | 0.75 | 0.47 | 347.72 | 0.89 | 0.28 |
| Hex | 87 | 8 | 22 | 0 | 5E | 4B | 2F | 15C | 59 | 1C |
| Octal | 207 | 10 | 42 | 0 | 136 | 113 | 57 | 534 | 131 | 34 |
| Binary | 10000111 | 1000 | 100010 | 0 | 1011110 | 1001011 | 101111 | 101011100 | 1011001 | 11100 |
Color Harmonies of #870822
Complementary color
Monochromatic Colors of #870822
Black with #870822
Text Example
Text Example
White with #870822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870822; }
p { color: rgb(135,8,34); }
H1.HeaderClassName
{
color: #870822;
}
.AnyTagClassName
{
color: #870822;
}
</style>
background-color css
<style>
a { background-color: #870822; }
a { background-color: rgb(135,8,34); }
div.DivClassName
{
background-color: #870822;
}
.BgClassName
{
background-color: #870822;
}
</style>
border-color css
<style>
span { border-color: #870822; }
span { border-color: rgb(135,8,34); }
td.TdClassName
{
border-color: #870822;
}
.TagClassName
{
border-color: #870822;
}
</style>