Shades of Burgundy #800E2F
Tints of Burgundy #800E2F
RGB
CMYK
RGB Variations
Color information
#800E2F (or 0x800E2F) is known color: Burgundy. HEX triplet: 80, 0E and 2F. RGB value is (128,14,47). Sum of RGB (Red+Green+Blue) = 128+14+47=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #800E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E2F is #7FF1D0. Grayscale: #333333. Windows color (decimal): -8384977 or 3083904. OLE color: 3083904.
HSL color Cylindrical-coordinate representation of color #800E2F: hue angle of 342.63º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E2F is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 47 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.50 |
| HSL | 342.63º | 0.8% | 0.28% | - |
| HSV(B) | 342.63º | 0.89% | 0.5% | - |
| XYZ | 9.57 | 5.11 | 3.17 | - |
| YUV | 51.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 47 | 0 | 0.89 | 0.63 | 0.50 | 342.63 | 0.8 | 0.28 |
| Hex | 80 | E | 2F | 0 | 59 | 3F | 32 | 157 | 50 | 1C |
| Octal | 200 | 16 | 57 | 0 | 131 | 77 | 62 | 527 | 120 | 34 |
| Binary | 10000000 | 1110 | 101111 | 0 | 1011001 | 111111 | 110010 | 101010111 | 1010000 | 11100 |
Color Harmonies of #800E2F
Complementary color
Monochromatic Colors of #800E2F
Black with #800E2F
Text Example
Text Example
White with #800E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E2F; }
p { color: rgb(128,14,47); }
H1.HeaderClassName
{
color: #800E2F;
}
.AnyTagClassName
{
color: #800E2F;
}
</style>
background-color css
<style>
a { background-color: #800E2F; }
a { background-color: rgb(128,14,47); }
div.DivClassName
{
background-color: #800E2F;
}
.BgClassName
{
background-color: #800E2F;
}
</style>
border-color css
<style>
span { border-color: #800E2F; }
span { border-color: rgb(128,14,47); }
td.TdClassName
{
border-color: #800E2F;
}
.TagClassName
{
border-color: #800E2F;
}
</style>