Shades of Burgundy #800E1F
Tints of Burgundy #800E1F
RGB
CMYK
RGB Variations
Color information
#800E1F (or 0x800E1F) is known color: Burgundy. HEX triplet: 80, 0E and 1F. RGB value is (128,14,31). Sum of RGB (Red+Green+Blue) = 128+14+31=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #800E1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E1F is #7FF1E0. Grayscale: #323232. Windows color (decimal): -8384993 or 2035328. OLE color: 2035328.
HSL color Cylindrical-coordinate representation of color #800E1F: hue angle of 351.05º 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 #800E1F is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 31 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.50 |
| HSL | 351.05º | 0.8% | 0.28% | - |
| HSV(B) | 351.05º | 0.89% | 0.5% | - |
| XYZ | 9.31 | 5 | 1.77 | - |
| YUV | 50.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 31 | 0 | 0.89 | 0.76 | 0.50 | 351.05 | 0.8 | 0.28 |
| Hex | 80 | E | 1F | 0 | 59 | 4C | 32 | 15F | 50 | 1C |
| Octal | 200 | 16 | 37 | 0 | 131 | 114 | 62 | 537 | 120 | 34 |
| Binary | 10000000 | 1110 | 11111 | 0 | 1011001 | 1001100 | 110010 | 101011111 | 1010000 | 11100 |
Color Harmonies of #800E1F
Complementary color
Monochromatic Colors of #800E1F
Black with #800E1F
Text Example
Text Example
White with #800E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E1F; }
p { color: rgb(128,14,31); }
H1.HeaderClassName
{
color: #800E1F;
}
.AnyTagClassName
{
color: #800E1F;
}
</style>
background-color css
<style>
a { background-color: #800E1F; }
a { background-color: rgb(128,14,31); }
div.DivClassName
{
background-color: #800E1F;
}
.BgClassName
{
background-color: #800E1F;
}
</style>
border-color css
<style>
span { border-color: #800E1F; }
span { border-color: rgb(128,14,31); }
td.TdClassName
{
border-color: #800E1F;
}
.TagClassName
{
border-color: #800E1F;
}
</style>