Shades of Burgundy #800B15
Tints of Burgundy #800B15
RGB
CMYK
RGB Variations
Color information
#800B15 (or 0x800B15) is known color: Burgundy. HEX triplet: 80, 0B and 15. RGB value is (128,11,21). Sum of RGB (Red+Green+Blue) = 128+11+21=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #800B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800B15 is #7FF4EA. Grayscale: #2F2F2F. Windows color (decimal): -8385771 or 1379200. OLE color: 1379200.
HSL color Cylindrical-coordinate representation of color #800B15: hue angle of 354.87º 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 #800B15 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 21 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.50 |
| HSL | 354.87º | 0.84% | 0.27% | - |
| HSV(B) | 354.87º | 0.91% | 0.5% | - |
| XYZ | 9.16 | 4.88 | 1.17 | - |
| YUV | 47.12 | 113.26 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 21 | 0 | 0.91 | 0.84 | 0.50 | 354.87 | 0.84 | 0.27 |
| Hex | 80 | B | 15 | 0 | 5B | 54 | 32 | 163 | 54 | 1B |
| Octal | 200 | 13 | 25 | 0 | 133 | 124 | 62 | 543 | 124 | 33 |
| Binary | 10000000 | 1011 | 10101 | 0 | 1011011 | 1010100 | 110010 | 101100011 | 1010100 | 11011 |
Color Harmonies of #800B15
Complementary color
Monochromatic Colors of #800B15
Black with #800B15
Text Example
Text Example
White with #800B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B15; }
p { color: rgb(128,11,21); }
H1.HeaderClassName
{
color: #800B15;
}
.AnyTagClassName
{
color: #800B15;
}
</style>
background-color css
<style>
a { background-color: #800B15; }
a { background-color: rgb(128,11,21); }
div.DivClassName
{
background-color: #800B15;
}
.BgClassName
{
background-color: #800B15;
}
</style>
border-color css
<style>
span { border-color: #800B15; }
span { border-color: rgb(128,11,21); }
td.TdClassName
{
border-color: #800B15;
}
.TagClassName
{
border-color: #800B15;
}
</style>