Shades of Burgundy #861128
Tints of Burgundy #861128
RGB
CMYK
RGB Variations
Color information
#861128 (or 0x861128) is known color: Burgundy. HEX triplet: 86, 11 and 28. RGB value is (134,17,40). Sum of RGB (Red+Green+Blue) = 134+17+40=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #861128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861128 is #79EED7. Grayscale: #363636. Windows color (decimal): -7991000 or 2625926. OLE color: 2625926.
HSL color Cylindrical-coordinate representation of color #861128: hue angle of 348.21º degrees, saturation: 0.77, 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 #861128 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 17 | 40 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.47 |
| HSL | 348.21º | 0.77% | 0.3% | - |
| HSV(B) | 348.21º | 0.87% | 0.53% | - |
| XYZ | 10.41 | 5.62 | 2.54 | - |
| YUV | 54.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 40 | 0 | 0.87 | 0.70 | 0.47 | 348.21 | 0.77 | 0.3 |
| Hex | 86 | 11 | 28 | 0 | 57 | 46 | 2F | 15C | 4D | 1E |
| Octal | 206 | 21 | 50 | 0 | 127 | 106 | 57 | 534 | 115 | 36 |
| Binary | 10000110 | 10001 | 101000 | 0 | 1010111 | 1000110 | 101111 | 101011100 | 1001101 | 11110 |
Color Harmonies of #861128
Complementary color
Monochromatic Colors of #861128
Black with #861128
Text Example
Text Example
White with #861128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861128; }
p { color: rgb(134,17,40); }
H1.HeaderClassName
{
color: #861128;
}
.AnyTagClassName
{
color: #861128;
}
</style>
background-color css
<style>
a { background-color: #861128; }
a { background-color: rgb(134,17,40); }
div.DivClassName
{
background-color: #861128;
}
.BgClassName
{
background-color: #861128;
}
</style>
border-color css
<style>
span { border-color: #861128; }
span { border-color: rgb(134,17,40); }
td.TdClassName
{
border-color: #861128;
}
.TagClassName
{
border-color: #861128;
}
</style>