Shades of Burgundy #80072D
Tints of Burgundy #80072D
RGB
CMYK
RGB Variations
Color information
#80072D (or 0x80072D) is known color: Burgundy. HEX triplet: 80, 07 and 2D. RGB value is (128,7,45). Sum of RGB (Red+Green+Blue) = 128+7+45=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #80072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80072D is #7FF8D2. Grayscale: #2F2F2F. Windows color (decimal): -8386771 or 2951040. OLE color: 2951040.
HSL color Cylindrical-coordinate representation of color #80072D: hue angle of 341.16º 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 #80072D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 45 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.50 |
| HSL | 341.16º | 0.9% | 0.26% | - |
| HSV(B) | 341.16º | 0.95% | 0.5% | - |
| XYZ | 9.45 | 4.93 | 2.94 | - |
| YUV | 47.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 45 | 0 | 0.95 | 0.65 | 0.50 | 341.16 | 0.9 | 0.26 |
| Hex | 80 | 7 | 2D | 0 | 5F | 41 | 32 | 155 | 5A | 1A |
| Octal | 200 | 7 | 55 | 0 | 137 | 101 | 62 | 525 | 132 | 32 |
| Binary | 10000000 | 111 | 101101 | 0 | 1011111 | 1000001 | 110010 | 101010101 | 1011010 | 11010 |
Color Harmonies of #80072D
Complementary color
Monochromatic Colors of #80072D
Black with #80072D
Text Example
Text Example
White with #80072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80072D; }
p { color: rgb(128,7,45); }
H1.HeaderClassName
{
color: #80072D;
}
.AnyTagClassName
{
color: #80072D;
}
</style>
background-color css
<style>
a { background-color: #80072D; }
a { background-color: rgb(128,7,45); }
div.DivClassName
{
background-color: #80072D;
}
.BgClassName
{
background-color: #80072D;
}
</style>
border-color css
<style>
span { border-color: #80072D; }
span { border-color: rgb(128,7,45); }
td.TdClassName
{
border-color: #80072D;
}
.TagClassName
{
border-color: #80072D;
}
</style>