Shades of Burgundy #880024
Tints of Burgundy #880024
RGB
CMYK
RGB Variations
Color information
#880024 (or 0x880024) is known color: Burgundy. HEX triplet: 88, 00 and 24. RGB value is (136,0,36). Sum of RGB (Red+Green+Blue) = 136+0+36=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #880024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880024 is #77FFDB. Grayscale: #2C2C2C. Windows color (decimal): -7864284 or 2359432. OLE color: 2359432.
HSL color Cylindrical-coordinate representation of color #880024: hue angle of 344.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880024 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.74 | 0.47 |
| HSL | 344.12º | 1% | 0.27% | - |
| HSV(B) | 344.12º | 1% | 0.53% | - |
| XYZ | 10.47 | 5.36 | 2.15 | - |
| YUV | 44.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 36 | 0 | 1 | 0.74 | 0.47 | 344.12 | 1 | 0.27 |
| Hex | 88 | 0 | 24 | 0 | 64 | 4A | 2F | 158 | 64 | 1B |
| Octal | 210 | 0 | 44 | 0 | 144 | 112 | 57 | 530 | 144 | 33 |
| Binary | 10001000 | 0 | 100100 | 0 | 1100100 | 1001010 | 101111 | 101011000 | 1100100 | 11011 |
Color Harmonies of #880024
Complementary color
Monochromatic Colors of #880024
Black with #880024
Text Example
Text Example
White with #880024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880024; }
p { color: rgb(136,0,36); }
H1.HeaderClassName
{
color: #880024;
}
.AnyTagClassName
{
color: #880024;
}
</style>
background-color css
<style>
a { background-color: #880024; }
a { background-color: rgb(136,0,36); }
div.DivClassName
{
background-color: #880024;
}
.BgClassName
{
background-color: #880024;
}
</style>
border-color css
<style>
span { border-color: #880024; }
span { border-color: rgb(136,0,36); }
td.TdClassName
{
border-color: #880024;
}
.TagClassName
{
border-color: #880024;
}
</style>