Shades of Burgundy #880018
Tints of Burgundy #880018
RGB
CMYK
RGB Variations
Color information
#880018 (or 0x880018) is known color: Burgundy. HEX triplet: 88, 00 and 18. RGB value is (136,0,24). Sum of RGB (Red+Green+Blue) = 136+0+24=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #880018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880018 is #77FFE7. Grayscale: #2B2B2B. Windows color (decimal): -7864296 or 1573000. OLE color: 1573000.
HSL color Cylindrical-coordinate representation of color #880018: hue angle of 349.41º 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 #880018 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.82 | 0.47 |
| HSL | 349.41º | 1% | 0.27% | - |
| HSV(B) | 349.41º | 1% | 0.53% | - |
| XYZ | 10.32 | 5.3 | 1.34 | - |
| YUV | 43.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 24 | 0 | 1 | 0.82 | 0.47 | 349.41 | 1 | 0.27 |
| Hex | 88 | 0 | 18 | 0 | 64 | 52 | 2F | 15D | 64 | 1B |
| Octal | 210 | 0 | 30 | 0 | 144 | 122 | 57 | 535 | 144 | 33 |
| Binary | 10001000 | 0 | 11000 | 0 | 1100100 | 1010010 | 101111 | 101011101 | 1100100 | 11011 |
Color Harmonies of #880018
Complementary color
Monochromatic Colors of #880018
Black with #880018
Text Example
Text Example
White with #880018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880018; }
p { color: rgb(136,0,24); }
H1.HeaderClassName
{
color: #880018;
}
.AnyTagClassName
{
color: #880018;
}
</style>
background-color css
<style>
a { background-color: #880018; }
a { background-color: rgb(136,0,24); }
div.DivClassName
{
background-color: #880018;
}
.BgClassName
{
background-color: #880018;
}
</style>
border-color css
<style>
span { border-color: #880018; }
span { border-color: rgb(136,0,24); }
td.TdClassName
{
border-color: #880018;
}
.TagClassName
{
border-color: #880018;
}
</style>