Shades of Burgundy #800B17
Tints of Burgundy #800B17
RGB
CMYK
RGB Variations
Color information
#800B17 (or 0x800B17) is known color: Burgundy. HEX triplet: 80, 0B and 17. RGB value is (128,11,23). Sum of RGB (Red+Green+Blue) = 128+11+23=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #800B17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800B17 is #7FF4E8. Grayscale: #2F2F2F. Windows color (decimal): -8385769 or 1510272. OLE color: 1510272.
HSL color Cylindrical-coordinate representation of color #800B17: hue angle of 353.85º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B17 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 23 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.50 |
| HSL | 353.85º | 0.84% | 0.27% | - |
| HSV(B) | 353.85º | 0.91% | 0.5% | - |
| XYZ | 9.18 | 4.89 | 1.27 | - |
| YUV | 47.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 23 | 0 | 0.91 | 0.82 | 0.50 | 353.85 | 0.84 | 0.27 |
| Hex | 80 | B | 17 | 0 | 5B | 52 | 32 | 162 | 54 | 1B |
| Octal | 200 | 13 | 27 | 0 | 133 | 122 | 62 | 542 | 124 | 33 |
| Binary | 10000000 | 1011 | 10111 | 0 | 1011011 | 1010010 | 110010 | 101100010 | 1010100 | 11011 |
Color Harmonies of #800B17
Complementary color
Monochromatic Colors of #800B17
Black with #800B17
Text Example
Text Example
White with #800B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B17; }
p { color: rgb(128,11,23); }
H1.HeaderClassName
{
color: #800B17;
}
.AnyTagClassName
{
color: #800B17;
}
</style>
background-color css
<style>
a { background-color: #800B17; }
a { background-color: rgb(128,11,23); }
div.DivClassName
{
background-color: #800B17;
}
.BgClassName
{
background-color: #800B17;
}
</style>
border-color css
<style>
span { border-color: #800B17; }
span { border-color: rgb(128,11,23); }
td.TdClassName
{
border-color: #800B17;
}
.TagClassName
{
border-color: #800B17;
}
</style>