Shades of Burgundy #880F31
Tints of Burgundy #880F31
RGB
CMYK
RGB Variations
Color information
#880F31 (or 0x880F31) is known color: Burgundy. HEX triplet: 88, 0F and 31. RGB value is (136,15,49). Sum of RGB (Red+Green+Blue) = 136+15+49=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #880F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880F31 is #77F0CE. Grayscale: #373737. Windows color (decimal): -7860431 or 3215240. OLE color: 3215240.
HSL color Cylindrical-coordinate representation of color #880F31: hue angle of 343.14º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F31 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 49 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.47 |
| HSL | 343.14º | 0.8% | 0.3% | - |
| HSV(B) | 343.14º | 0.89% | 0.53% | - |
| XYZ | 10.88 | 5.8 | 3.45 | - |
| YUV | 55.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 49 | 0 | 0.89 | 0.64 | 0.47 | 343.14 | 0.8 | 0.3 |
| Hex | 88 | F | 31 | 0 | 59 | 40 | 2F | 157 | 50 | 1E |
| Octal | 210 | 17 | 61 | 0 | 131 | 100 | 57 | 527 | 120 | 36 |
| Binary | 10001000 | 1111 | 110001 | 0 | 1011001 | 1000000 | 101111 | 101010111 | 1010000 | 11110 |
Color Harmonies of #880F31
Complementary color
Monochromatic Colors of #880F31
Black with #880F31
Text Example
Text Example
White with #880F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F31; }
p { color: rgb(136,15,49); }
H1.HeaderClassName
{
color: #880F31;
}
.AnyTagClassName
{
color: #880F31;
}
</style>
background-color css
<style>
a { background-color: #880F31; }
a { background-color: rgb(136,15,49); }
div.DivClassName
{
background-color: #880F31;
}
.BgClassName
{
background-color: #880F31;
}
</style>
border-color css
<style>
span { border-color: #880F31; }
span { border-color: rgb(136,15,49); }
td.TdClassName
{
border-color: #880F31;
}
.TagClassName
{
border-color: #880F31;
}
</style>