Shades of Burgundy #880017
Tints of Burgundy #880017
RGB
CMYK
RGB Variations
Color information
#880017 (or 0x880017) is known color: Burgundy. HEX triplet: 88, 00 and 17. RGB value is (136,0,23). Sum of RGB (Red+Green+Blue) = 136+0+23=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #880017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880017 is #77FFE8. Grayscale: #2B2B2B. Windows color (decimal): -7864297 or 1507464. OLE color: 1507464.
HSL color Cylindrical-coordinate representation of color #880017: hue angle of 349.85º 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 #880017 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.83 | 0.47 |
| HSL | 349.85º | 1% | 0.27% | - |
| HSV(B) | 349.85º | 1% | 0.53% | - |
| XYZ | 10.31 | 5.3 | 1.29 | - |
| YUV | 43.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 23 | 0 | 1 | 0.83 | 0.47 | 349.85 | 1 | 0.27 |
| Hex | 88 | 0 | 17 | 0 | 64 | 53 | 2F | 15E | 64 | 1B |
| Octal | 210 | 0 | 27 | 0 | 144 | 123 | 57 | 536 | 144 | 33 |
| Binary | 10001000 | 0 | 10111 | 0 | 1100100 | 1010011 | 101111 | 101011110 | 1100100 | 11011 |
Color Harmonies of #880017
Complementary color
Monochromatic Colors of #880017
Black with #880017
Text Example
Text Example
White with #880017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880017; }
p { color: rgb(136,0,23); }
H1.HeaderClassName
{
color: #880017;
}
.AnyTagClassName
{
color: #880017;
}
</style>
background-color css
<style>
a { background-color: #880017; }
a { background-color: rgb(136,0,23); }
div.DivClassName
{
background-color: #880017;
}
.BgClassName
{
background-color: #880017;
}
</style>
border-color css
<style>
span { border-color: #880017; }
span { border-color: rgb(136,0,23); }
td.TdClassName
{
border-color: #880017;
}
.TagClassName
{
border-color: #880017;
}
</style>