Shades of Burgundy #881024
Tints of Burgundy #881024
RGB
CMYK
RGB Variations
Color information
#881024 (or 0x881024) is known color: Burgundy. HEX triplet: 88, 10 and 24. RGB value is (136,16,36). Sum of RGB (Red+Green+Blue) = 136+16+36=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #881024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881024 is #77EFDB. Grayscale: #363636. Windows color (decimal): -7860188 or 2363528. OLE color: 2363528.
HSL color Cylindrical-coordinate representation of color #881024: hue angle of 350º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881024 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 16 | 36 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.47 |
| HSL | 350º | 0.79% | 0.3% | - |
| HSV(B) | 350º | 0.88% | 0.53% | - |
| XYZ | 10.66 | 5.73 | 2.21 | - |
| YUV | 54.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 36 | 0 | 0.88 | 0.74 | 0.47 | 350 | 0.79 | 0.3 |
| Hex | 88 | 10 | 24 | 0 | 58 | 4A | 2F | 15E | 4F | 1E |
| Octal | 210 | 20 | 44 | 0 | 130 | 112 | 57 | 536 | 117 | 36 |
| Binary | 10001000 | 10000 | 100100 | 0 | 1011000 | 1001010 | 101111 | 101011110 | 1001111 | 11110 |
Color Harmonies of #881024
Complementary color
Monochromatic Colors of #881024
Black with #881024
Text Example
Text Example
White with #881024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881024; }
p { color: rgb(136,16,36); }
H1.HeaderClassName
{
color: #881024;
}
.AnyTagClassName
{
color: #881024;
}
</style>
background-color css
<style>
a { background-color: #881024; }
a { background-color: rgb(136,16,36); }
div.DivClassName
{
background-color: #881024;
}
.BgClassName
{
background-color: #881024;
}
</style>
border-color css
<style>
span { border-color: #881024; }
span { border-color: rgb(136,16,36); }
td.TdClassName
{
border-color: #881024;
}
.TagClassName
{
border-color: #881024;
}
</style>