Shades of Burgundy #881036
Tints of Burgundy #881036
RGB
CMYK
RGB Variations
Color information
#881036 (or 0x881036) is known color: Burgundy. HEX triplet: 88, 10 and 36. RGB value is (136,16,54). Sum of RGB (Red+Green+Blue) = 136+16+54=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #881036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881036 is #77EFC9. Grayscale: #383838. Windows color (decimal): -7860170 or 3543176. OLE color: 3543176.
HSL color Cylindrical-coordinate representation of color #881036: hue angle of 341º degrees, saturation: 0.79, 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 #881036 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 54 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.47 |
| HSL | 341º | 0.79% | 0.3% | - |
| HSV(B) | 341º | 0.88% | 0.53% | - |
| XYZ | 11 | 5.87 | 4.04 | - |
| YUV | 56.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 54 | 0 | 0.88 | 0.60 | 0.47 | 341 | 0.79 | 0.3 |
| Hex | 88 | 10 | 36 | 0 | 58 | 3C | 2F | 155 | 4F | 1E |
| Octal | 210 | 20 | 66 | 0 | 130 | 74 | 57 | 525 | 117 | 36 |
| Binary | 10001000 | 10000 | 110110 | 0 | 1011000 | 111100 | 101111 | 101010101 | 1001111 | 11110 |
Color Harmonies of #881036
Complementary color
Monochromatic Colors of #881036
Black with #881036
Text Example
Text Example
White with #881036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881036; }
p { color: rgb(136,16,54); }
H1.HeaderClassName
{
color: #881036;
}
.AnyTagClassName
{
color: #881036;
}
</style>
background-color css
<style>
a { background-color: #881036; }
a { background-color: rgb(136,16,54); }
div.DivClassName
{
background-color: #881036;
}
.BgClassName
{
background-color: #881036;
}
</style>
border-color css
<style>
span { border-color: #881036; }
span { border-color: rgb(136,16,54); }
td.TdClassName
{
border-color: #881036;
}
.TagClassName
{
border-color: #881036;
}
</style>