Shades of Burgundy #880127
Tints of Burgundy #880127
RGB
CMYK
RGB Variations
Color information
#880127 (or 0x880127) is known color: Burgundy. HEX triplet: 88, 01 and 27. RGB value is (136,1,39). Sum of RGB (Red+Green+Blue) = 136+1+39=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880127 is #77FED8. Grayscale: #2D2D2D. Windows color (decimal): -7864025 or 2556296. OLE color: 2556296.
HSL color Cylindrical-coordinate representation of color #880127: hue angle of 343.11º 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 #880127 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.47 |
| HSL | 343.11º | 0.99% | 0.27% | - |
| HSV(B) | 343.11º | 0.99% | 0.53% | - |
| XYZ | 10.53 | 5.4 | 2.41 | - |
| YUV | 45.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 39 | 0 | 0.99 | 0.71 | 0.47 | 343.11 | 0.99 | 0.27 |
| Hex | 88 | 1 | 27 | 0 | 63 | 47 | 2F | 157 | 63 | 1B |
| Octal | 210 | 1 | 47 | 0 | 143 | 107 | 57 | 527 | 143 | 33 |
| Binary | 10001000 | 1 | 100111 | 0 | 1100011 | 1000111 | 101111 | 101010111 | 1100011 | 11011 |
Color Harmonies of #880127
Complementary color
Monochromatic Colors of #880127
Black with #880127
Text Example
Text Example
White with #880127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880127; }
p { color: rgb(136,1,39); }
H1.HeaderClassName
{
color: #880127;
}
.AnyTagClassName
{
color: #880127;
}
</style>
background-color css
<style>
a { background-color: #880127; }
a { background-color: rgb(136,1,39); }
div.DivClassName
{
background-color: #880127;
}
.BgClassName
{
background-color: #880127;
}
</style>
border-color css
<style>
span { border-color: #880127; }
span { border-color: rgb(136,1,39); }
td.TdClassName
{
border-color: #880127;
}
.TagClassName
{
border-color: #880127;
}
</style>