Shades of Burgundy #880128
Tints of Burgundy #880128
RGB
CMYK
RGB Variations
Color information
#880128 (or 0x880128) is known color: Burgundy. HEX triplet: 88, 01 and 28. RGB value is (136,1,40). Sum of RGB (Red+Green+Blue) = 136+1+40=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880128 is #77FED7. Grayscale: #2D2D2D. Windows color (decimal): -7864024 or 2621832. OLE color: 2621832.
HSL color Cylindrical-coordinate representation of color #880128: hue angle of 342.67º 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 #880128 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.47 |
| HSL | 342.67º | 0.99% | 0.27% | - |
| HSV(B) | 342.67º | 0.99% | 0.53% | - |
| XYZ | 10.55 | 5.41 | 2.5 | - |
| YUV | 45.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 40 | 0 | 0.99 | 0.71 | 0.47 | 342.67 | 0.99 | 0.27 |
| Hex | 88 | 1 | 28 | 0 | 63 | 47 | 2F | 157 | 63 | 1B |
| Octal | 210 | 1 | 50 | 0 | 143 | 107 | 57 | 527 | 143 | 33 |
| Binary | 10001000 | 1 | 101000 | 0 | 1100011 | 1000111 | 101111 | 101010111 | 1100011 | 11011 |
Color Harmonies of #880128
Complementary color
Monochromatic Colors of #880128
Black with #880128
Text Example
Text Example
White with #880128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880128; }
p { color: rgb(136,1,40); }
H1.HeaderClassName
{
color: #880128;
}
.AnyTagClassName
{
color: #880128;
}
</style>
background-color css
<style>
a { background-color: #880128; }
a { background-color: rgb(136,1,40); }
div.DivClassName
{
background-color: #880128;
}
.BgClassName
{
background-color: #880128;
}
</style>
border-color css
<style>
span { border-color: #880128; }
span { border-color: rgb(136,1,40); }
td.TdClassName
{
border-color: #880128;
}
.TagClassName
{
border-color: #880128;
}
</style>