Shades of Burgundy #880831
Tints of Burgundy #880831
RGB
CMYK
RGB Variations
Color information
#880831 (or 0x880831) is known color: Burgundy. HEX triplet: 88, 08 and 31. RGB value is (136,8,49). Sum of RGB (Red+Green+Blue) = 136+8+49=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880831 is #77F7CE. Grayscale: #323232. Windows color (decimal): -7862223 or 3213448. OLE color: 3213448.
HSL color Cylindrical-coordinate representation of color #880831: hue angle of 340.78º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880831 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 49 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.47 |
| HSL | 340.78º | 0.89% | 0.28% | - |
| HSV(B) | 340.78º | 0.94% | 0.53% | - |
| XYZ | 10.79 | 5.63 | 3.42 | - |
| YUV | 50.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 49 | 0 | 0.94 | 0.64 | 0.47 | 340.78 | 0.89 | 0.28 |
| Hex | 88 | 8 | 31 | 0 | 5E | 40 | 2F | 155 | 59 | 1C |
| Octal | 210 | 10 | 61 | 0 | 136 | 100 | 57 | 525 | 131 | 34 |
| Binary | 10001000 | 1000 | 110001 | 0 | 1011110 | 1000000 | 101111 | 101010101 | 1011001 | 11100 |
Color Harmonies of #880831
Complementary color
Monochromatic Colors of #880831
Black with #880831
Text Example
Text Example
White with #880831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880831; }
p { color: rgb(136,8,49); }
H1.HeaderClassName
{
color: #880831;
}
.AnyTagClassName
{
color: #880831;
}
</style>
background-color css
<style>
a { background-color: #880831; }
a { background-color: rgb(136,8,49); }
div.DivClassName
{
background-color: #880831;
}
.BgClassName
{
background-color: #880831;
}
</style>
border-color css
<style>
span { border-color: #880831; }
span { border-color: rgb(136,8,49); }
td.TdClassName
{
border-color: #880831;
}
.TagClassName
{
border-color: #880831;
}
</style>