Shades of Burgundy #800719
Tints of Burgundy #800719
RGB
CMYK
RGB Variations
Color information
#800719 (or 0x800719) is known color: Burgundy. HEX triplet: 80, 07 and 19. RGB value is (128,7,25). Sum of RGB (Red+Green+Blue) = 128+7+25=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #800719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800719 is #7FF8E6. Grayscale: #2D2D2D. Windows color (decimal): -8386791 or 1640320. OLE color: 1640320.
HSL color Cylindrical-coordinate representation of color #800719: hue angle of 351.07º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800719 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 25 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.50 |
| HSL | 351.07º | 0.9% | 0.26% | - |
| HSV(B) | 351.07º | 0.95% | 0.5% | - |
| XYZ | 9.15 | 4.81 | 1.37 | - |
| YUV | 45.23 | 116.59 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 25 | 0 | 0.95 | 0.80 | 0.50 | 351.07 | 0.9 | 0.26 |
| Hex | 80 | 7 | 19 | 0 | 5F | 50 | 32 | 15F | 5A | 1A |
| Octal | 200 | 7 | 31 | 0 | 137 | 120 | 62 | 537 | 132 | 32 |
| Binary | 10000000 | 111 | 11001 | 0 | 1011111 | 1010000 | 110010 | 101011111 | 1011010 | 11010 |
Color Harmonies of #800719
Complementary color
Monochromatic Colors of #800719
Black with #800719
Text Example
Text Example
White with #800719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800719; }
p { color: rgb(128,7,25); }
H1.HeaderClassName
{
color: #800719;
}
.AnyTagClassName
{
color: #800719;
}
</style>
background-color css
<style>
a { background-color: #800719; }
a { background-color: rgb(128,7,25); }
div.DivClassName
{
background-color: #800719;
}
.BgClassName
{
background-color: #800719;
}
</style>
border-color css
<style>
span { border-color: #800719; }
span { border-color: rgb(128,7,25); }
td.TdClassName
{
border-color: #800719;
}
.TagClassName
{
border-color: #800719;
}
</style>