Shades of Burgundy #880F1E
Tints of Burgundy #880F1E
RGB
CMYK
RGB Variations
Color information
#880F1E (or 0x880F1E) is known color: Burgundy. HEX triplet: 88, 0F and 1E. RGB value is (136,15,30). Sum of RGB (Red+Green+Blue) = 136+15+30=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #880F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880F1E is #77F0E1. Grayscale: #343434. Windows color (decimal): -7860450 or 1970056. OLE color: 1970056.
HSL color Cylindrical-coordinate representation of color #880F1E: hue angle of 352.56º 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 #880F1E is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 30 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.47 |
| HSL | 352.56º | 0.8% | 0.3% | - |
| HSV(B) | 352.56º | 0.89% | 0.53% | - |
| XYZ | 10.56 | 5.67 | 1.77 | - |
| YUV | 52.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 30 | 0 | 0.89 | 0.78 | 0.47 | 352.56 | 0.8 | 0.3 |
| Hex | 88 | F | 1E | 0 | 59 | 4E | 2F | 161 | 50 | 1E |
| Octal | 210 | 17 | 36 | 0 | 131 | 116 | 57 | 541 | 120 | 36 |
| Binary | 10001000 | 1111 | 11110 | 0 | 1011001 | 1001110 | 101111 | 101100001 | 1010000 | 11110 |
Color Harmonies of #880F1E
Complementary color
Monochromatic Colors of #880F1E
Black with #880F1E
Text Example
Text Example
White with #880F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F1E; }
p { color: rgb(136,15,30); }
H1.HeaderClassName
{
color: #880F1E;
}
.AnyTagClassName
{
color: #880F1E;
}
</style>
background-color css
<style>
a { background-color: #880F1E; }
a { background-color: rgb(136,15,30); }
div.DivClassName
{
background-color: #880F1E;
}
.BgClassName
{
background-color: #880F1E;
}
</style>
border-color css
<style>
span { border-color: #880F1E; }
span { border-color: rgb(136,15,30); }
td.TdClassName
{
border-color: #880F1E;
}
.TagClassName
{
border-color: #880F1E;
}
</style>