Shades of Burgundy #880828
Tints of Burgundy #880828
RGB
CMYK
RGB Variations
Color information
#880828 (or 0x880828) is known color: Burgundy. HEX triplet: 88, 08 and 28. RGB value is (136,8,40). Sum of RGB (Red+Green+Blue) = 136+8+40=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #880828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880828 is #77F7D7. Grayscale: #313131. Windows color (decimal): -7862232 or 2623624. OLE color: 2623624.
HSL color Cylindrical-coordinate representation of color #880828: hue angle of 345º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880828 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 40 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.47 |
| HSL | 345º | 0.89% | 0.28% | - |
| HSV(B) | 345º | 0.94% | 0.53% | - |
| XYZ | 10.62 | 5.56 | 2.52 | - |
| YUV | 49.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 40 | 0 | 0.94 | 0.71 | 0.47 | 345 | 0.89 | 0.28 |
| Hex | 88 | 8 | 28 | 0 | 5E | 47 | 2F | 159 | 59 | 1C |
| Octal | 210 | 10 | 50 | 0 | 136 | 107 | 57 | 531 | 131 | 34 |
| Binary | 10001000 | 1000 | 101000 | 0 | 1011110 | 1000111 | 101111 | 101011001 | 1011001 | 11100 |
Color Harmonies of #880828
Complementary color
Monochromatic Colors of #880828
Black with #880828
Text Example
Text Example
White with #880828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880828; }
p { color: rgb(136,8,40); }
H1.HeaderClassName
{
color: #880828;
}
.AnyTagClassName
{
color: #880828;
}
</style>
background-color css
<style>
a { background-color: #880828; }
a { background-color: rgb(136,8,40); }
div.DivClassName
{
background-color: #880828;
}
.BgClassName
{
background-color: #880828;
}
</style>
border-color css
<style>
span { border-color: #880828; }
span { border-color: rgb(136,8,40); }
td.TdClassName
{
border-color: #880828;
}
.TagClassName
{
border-color: #880828;
}
</style>