Shades of Burgundy #880126
Tints of Burgundy #880126
RGB
CMYK
RGB Variations
Color information
#880126 (or 0x880126) is known color: Burgundy. HEX triplet: 88, 01 and 26. RGB value is (136,1,38). Sum of RGB (Red+Green+Blue) = 136+1+38=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880126 is #77FED9. Grayscale: #2D2D2D. Windows color (decimal): -7864026 or 2490760. OLE color: 2490760.
HSL color Cylindrical-coordinate representation of color #880126: hue angle of 343.56º degrees, saturation: 0.99, 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 #880126 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 38 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.47 |
| HSL | 343.56º | 0.99% | 0.27% | - |
| HSV(B) | 343.56º | 0.99% | 0.53% | - |
| XYZ | 10.51 | 5.4 | 2.32 | - |
| YUV | 45.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 38 | 0 | 0.99 | 0.72 | 0.47 | 343.56 | 0.99 | 0.27 |
| Hex | 88 | 1 | 26 | 0 | 63 | 48 | 2F | 158 | 63 | 1B |
| Octal | 210 | 1 | 46 | 0 | 143 | 110 | 57 | 530 | 143 | 33 |
| Binary | 10001000 | 1 | 100110 | 0 | 1100011 | 1001000 | 101111 | 101011000 | 1100011 | 11011 |
Color Harmonies of #880126
Complementary color
Monochromatic Colors of #880126
Black with #880126
Text Example
Text Example
White with #880126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880126; }
p { color: rgb(136,1,38); }
H1.HeaderClassName
{
color: #880126;
}
.AnyTagClassName
{
color: #880126;
}
</style>
background-color css
<style>
a { background-color: #880126; }
a { background-color: rgb(136,1,38); }
div.DivClassName
{
background-color: #880126;
}
.BgClassName
{
background-color: #880126;
}
</style>
border-color css
<style>
span { border-color: #880126; }
span { border-color: rgb(136,1,38); }
td.TdClassName
{
border-color: #880126;
}
.TagClassName
{
border-color: #880126;
}
</style>