Shades of Burgundy #880231
Tints of Burgundy #880231
RGB
CMYK
RGB Variations
Color information
#880231 (or 0x880231) is known color: Burgundy. HEX triplet: 88, 02 and 31. RGB value is (136,2,49). Sum of RGB (Red+Green+Blue) = 136+2+49=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #880231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880231 is #77FDCE. Grayscale: #2F2F2F. Windows color (decimal): -7863759 or 3211912. OLE color: 3211912.
HSL color Cylindrical-coordinate representation of color #880231: hue angle of 338.96º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880231 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.47 |
| HSL | 338.96º | 0.97% | 0.27% | - |
| HSV(B) | 338.96º | 0.99% | 0.53% | - |
| XYZ | 10.73 | 5.5 | 3.4 | - |
| YUV | 47.42 | 128.89 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 49 | 0 | 0.99 | 0.64 | 0.47 | 338.96 | 0.97 | 0.27 |
| Hex | 88 | 2 | 31 | 0 | 63 | 40 | 2F | 153 | 61 | 1B |
| Octal | 210 | 2 | 61 | 0 | 143 | 100 | 57 | 523 | 141 | 33 |
| Binary | 10001000 | 10 | 110001 | 0 | 1100011 | 1000000 | 101111 | 101010011 | 1100001 | 11011 |
Color Harmonies of #880231
Complementary color
Monochromatic Colors of #880231
Black with #880231
Text Example
Text Example
White with #880231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880231; }
p { color: rgb(136,2,49); }
H1.HeaderClassName
{
color: #880231;
}
.AnyTagClassName
{
color: #880231;
}
</style>
background-color css
<style>
a { background-color: #880231; }
a { background-color: rgb(136,2,49); }
div.DivClassName
{
background-color: #880231;
}
.BgClassName
{
background-color: #880231;
}
</style>
border-color css
<style>
span { border-color: #880231; }
span { border-color: rgb(136,2,49); }
td.TdClassName
{
border-color: #880231;
}
.TagClassName
{
border-color: #880231;
}
</style>