Shades of Burgundy #860422
Tints of Burgundy #860422
RGB
CMYK
RGB Variations
Color information
#860422 (or 0x860422) is known color: Burgundy. HEX triplet: 86, 04 and 22. RGB value is (134,4,34). Sum of RGB (Red+Green+Blue) = 134+4+34=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860422 is #79FBDD. Grayscale: #2E2E2E. Windows color (decimal): -7994334 or 2229382. OLE color: 2229382.
HSL color Cylindrical-coordinate representation of color #860422: hue angle of 346.15º 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 #860422 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 4 | 34 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.47 |
| HSL | 346.15º | 0.94% | 0.27% | - |
| HSV(B) | 346.15º | 0.97% | 0.53% | - |
| XYZ | 10.16 | 5.27 | 2 | - |
| YUV | 46.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 34 | 0 | 0.97 | 0.75 | 0.47 | 346.15 | 0.94 | 0.27 |
| Hex | 86 | 4 | 22 | 0 | 61 | 4B | 2F | 15A | 5E | 1B |
| Octal | 206 | 4 | 42 | 0 | 141 | 113 | 57 | 532 | 136 | 33 |
| Binary | 10000110 | 100 | 100010 | 0 | 1100001 | 1001011 | 101111 | 101011010 | 1011110 | 11011 |
Color Harmonies of #860422
Complementary color
Monochromatic Colors of #860422
Black with #860422
Text Example
Text Example
White with #860422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860422; }
p { color: rgb(134,4,34); }
H1.HeaderClassName
{
color: #860422;
}
.AnyTagClassName
{
color: #860422;
}
</style>
background-color css
<style>
a { background-color: #860422; }
a { background-color: rgb(134,4,34); }
div.DivClassName
{
background-color: #860422;
}
.BgClassName
{
background-color: #860422;
}
</style>
border-color css
<style>
span { border-color: #860422; }
span { border-color: rgb(134,4,34); }
td.TdClassName
{
border-color: #860422;
}
.TagClassName
{
border-color: #860422;
}
</style>