Shades of Burgundy #800E25
Tints of Burgundy #800E25
RGB
CMYK
RGB Variations
Color information
#800E25 (or 0x800E25) is known color: Burgundy. HEX triplet: 80, 0E and 25. RGB value is (128,14,37). Sum of RGB (Red+Green+Blue) = 128+14+37=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #800E25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E25 is #7FF1DA. Grayscale: #323232. Windows color (decimal): -8384987 or 2428544. OLE color: 2428544.
HSL color Cylindrical-coordinate representation of color #800E25: hue angle of 347.89º 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 #800E25 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 37 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.50 |
| HSL | 347.89º | 0.8% | 0.28% | - |
| HSV(B) | 347.89º | 0.89% | 0.5% | - |
| XYZ | 9.39 | 5.04 | 2.23 | - |
| YUV | 50.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 37 | 0 | 0.89 | 0.71 | 0.50 | 347.89 | 0.8 | 0.28 |
| Hex | 80 | E | 25 | 0 | 59 | 47 | 32 | 15C | 50 | 1C |
| Octal | 200 | 16 | 45 | 0 | 131 | 107 | 62 | 534 | 120 | 34 |
| Binary | 10000000 | 1110 | 100101 | 0 | 1011001 | 1000111 | 110010 | 101011100 | 1010000 | 11100 |
Color Harmonies of #800E25
Complementary color
Monochromatic Colors of #800E25
Black with #800E25
Text Example
Text Example
White with #800E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E25; }
p { color: rgb(128,14,37); }
H1.HeaderClassName
{
color: #800E25;
}
.AnyTagClassName
{
color: #800E25;
}
</style>
background-color css
<style>
a { background-color: #800E25; }
a { background-color: rgb(128,14,37); }
div.DivClassName
{
background-color: #800E25;
}
.BgClassName
{
background-color: #800E25;
}
</style>
border-color css
<style>
span { border-color: #800E25; }
span { border-color: rgb(128,14,37); }
td.TdClassName
{
border-color: #800E25;
}
.TagClassName
{
border-color: #800E25;
}
</style>