Shades of Burgundy #800F2E
Tints of Burgundy #800F2E
RGB
CMYK
RGB Variations
Color information
#800F2E (or 0x800F2E) is known color: Burgundy. HEX triplet: 80, 0F and 2E. RGB value is (128,15,46). Sum of RGB (Red+Green+Blue) = 128+15+46=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #800F2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800F2E is #7FF0D1. Grayscale: #343434. Windows color (decimal): -8384722 or 3018624. OLE color: 3018624.
HSL color Cylindrical-coordinate representation of color #800F2E: hue angle of 343.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F2E is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 46 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.50 |
| HSL | 343.54º | 0.79% | 0.28% | - |
| HSV(B) | 343.54º | 0.88% | 0.5% | - |
| XYZ | 9.57 | 5.13 | 3.07 | - |
| YUV | 52.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 46 | 0 | 0.88 | 0.64 | 0.50 | 343.54 | 0.79 | 0.28 |
| Hex | 80 | F | 2E | 0 | 58 | 40 | 32 | 158 | 4F | 1C |
| Octal | 200 | 17 | 56 | 0 | 130 | 100 | 62 | 530 | 117 | 34 |
| Binary | 10000000 | 1111 | 101110 | 0 | 1011000 | 1000000 | 110010 | 101011000 | 1001111 | 11100 |
Color Harmonies of #800F2E
Complementary color
Monochromatic Colors of #800F2E
Black with #800F2E
Text Example
Text Example
White with #800F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F2E; }
p { color: rgb(128,15,46); }
H1.HeaderClassName
{
color: #800F2E;
}
.AnyTagClassName
{
color: #800F2E;
}
</style>
background-color css
<style>
a { background-color: #800F2E; }
a { background-color: rgb(128,15,46); }
div.DivClassName
{
background-color: #800F2E;
}
.BgClassName
{
background-color: #800F2E;
}
</style>
border-color css
<style>
span { border-color: #800F2E; }
span { border-color: rgb(128,15,46); }
td.TdClassName
{
border-color: #800F2E;
}
.TagClassName
{
border-color: #800F2E;
}
</style>