Shades of Burgundy #870422
Tints of Burgundy #870422
RGB
CMYK
RGB Variations
Color information
#870422 (or 0x870422) is known color: Burgundy. HEX triplet: 87, 04 and 22. RGB value is (135,4,34). Sum of RGB (Red+Green+Blue) = 135+4+34=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870422 is #78FBDD. Grayscale: #2E2E2E. Windows color (decimal): -7928798 or 2229383. OLE color: 2229383.
HSL color Cylindrical-coordinate representation of color #870422: hue angle of 346.26º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870422 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 34 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.47 |
| HSL | 346.26º | 0.94% | 0.27% | - |
| HSV(B) | 346.26º | 0.97% | 0.53% | - |
| XYZ | 10.32 | 5.35 | 2 | - |
| YUV | 46.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 34 | 0 | 0.97 | 0.75 | 0.47 | 346.26 | 0.94 | 0.27 |
| Hex | 87 | 4 | 22 | 0 | 61 | 4B | 2F | 15A | 5E | 1B |
| Octal | 207 | 4 | 42 | 0 | 141 | 113 | 57 | 532 | 136 | 33 |
| Binary | 10000111 | 100 | 100010 | 0 | 1100001 | 1001011 | 101111 | 101011010 | 1011110 | 11011 |
Color Harmonies of #870422
Complementary color
Monochromatic Colors of #870422
Black with #870422
Text Example
Text Example
White with #870422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870422; }
p { color: rgb(135,4,34); }
H1.HeaderClassName
{
color: #870422;
}
.AnyTagClassName
{
color: #870422;
}
</style>
background-color css
<style>
a { background-color: #870422; }
a { background-color: rgb(135,4,34); }
div.DivClassName
{
background-color: #870422;
}
.BgClassName
{
background-color: #870422;
}
</style>
border-color css
<style>
span { border-color: #870422; }
span { border-color: rgb(135,4,34); }
td.TdClassName
{
border-color: #870422;
}
.TagClassName
{
border-color: #870422;
}
</style>