Shades of Burgundy #881126
Tints of Burgundy #881126
RGB
CMYK
RGB Variations
Color information
#881126 (or 0x881126) is known color: Burgundy. HEX triplet: 88, 11 and 26. RGB value is (136,17,38). Sum of RGB (Red+Green+Blue) = 136+17+38=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881126 is #77EED9. Grayscale: #373737. Windows color (decimal): -7859930 or 2494856. OLE color: 2494856.
HSL color Cylindrical-coordinate representation of color #881126: hue angle of 349.41º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881126 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 17 | 38 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.47 |
| HSL | 349.41º | 0.78% | 0.3% | - |
| HSV(B) | 349.41º | 0.88% | 0.53% | - |
| XYZ | 10.7 | 5.78 | 2.38 | - |
| YUV | 54.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 38 | 0 | 0.87 | 0.72 | 0.47 | 349.41 | 0.78 | 0.3 |
| Hex | 88 | 11 | 26 | 0 | 57 | 48 | 2F | 15D | 4E | 1E |
| Octal | 210 | 21 | 46 | 0 | 127 | 110 | 57 | 535 | 116 | 36 |
| Binary | 10001000 | 10001 | 100110 | 0 | 1010111 | 1001000 | 101111 | 101011101 | 1001110 | 11110 |
Color Harmonies of #881126
Complementary color
Monochromatic Colors of #881126
Black with #881126
Text Example
Text Example
White with #881126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881126; }
p { color: rgb(136,17,38); }
H1.HeaderClassName
{
color: #881126;
}
.AnyTagClassName
{
color: #881126;
}
</style>
background-color css
<style>
a { background-color: #881126; }
a { background-color: rgb(136,17,38); }
div.DivClassName
{
background-color: #881126;
}
.BgClassName
{
background-color: #881126;
}
</style>
border-color css
<style>
span { border-color: #881126; }
span { border-color: rgb(136,17,38); }
td.TdClassName
{
border-color: #881126;
}
.TagClassName
{
border-color: #881126;
}
</style>