Shades of Burgundy #861229
Tints of Burgundy #861229
RGB
CMYK
RGB Variations
Color information
#861229 (or 0x861229) is known color: Burgundy. HEX triplet: 86, 12 and 29. RGB value is (134,18,41). Sum of RGB (Red+Green+Blue) = 134+18+41=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #861229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861229 is #79EDD6. Grayscale: #373737. Windows color (decimal): -7990743 or 2691718. OLE color: 2691718.
HSL color Cylindrical-coordinate representation of color #861229: hue angle of 348.1º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861229 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 18 | 41 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.47 |
| HSL | 348.1º | 0.76% | 0.3% | - |
| HSV(B) | 348.1º | 0.87% | 0.53% | - |
| XYZ | 10.45 | 5.66 | 2.64 | - |
| YUV | 55.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 41 | 0 | 0.87 | 0.69 | 0.47 | 348.1 | 0.76 | 0.3 |
| Hex | 86 | 12 | 29 | 0 | 57 | 45 | 2F | 15C | 4C | 1E |
| Octal | 206 | 22 | 51 | 0 | 127 | 105 | 57 | 534 | 114 | 36 |
| Binary | 10000110 | 10010 | 101001 | 0 | 1010111 | 1000101 | 101111 | 101011100 | 1001100 | 11110 |
Color Harmonies of #861229
Complementary color
Monochromatic Colors of #861229
Black with #861229
Text Example
Text Example
White with #861229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861229; }
p { color: rgb(134,18,41); }
H1.HeaderClassName
{
color: #861229;
}
.AnyTagClassName
{
color: #861229;
}
</style>
background-color css
<style>
a { background-color: #861229; }
a { background-color: rgb(134,18,41); }
div.DivClassName
{
background-color: #861229;
}
.BgClassName
{
background-color: #861229;
}
</style>
border-color css
<style>
span { border-color: #861229; }
span { border-color: rgb(134,18,41); }
td.TdClassName
{
border-color: #861229;
}
.TagClassName
{
border-color: #861229;
}
</style>