Shades of Burgundy #80071C
Tints of Burgundy #80071C
RGB
CMYK
RGB Variations
Color information
#80071C (or 0x80071C) is known color: Burgundy. HEX triplet: 80, 07 and 1C. RGB value is (128,7,28). Sum of RGB (Red+Green+Blue) = 128+7+28=163 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.53% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 128 - color contains mainly: red. Hex color #80071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80071C is #7FF8E3. Grayscale: #2D2D2D. Windows color (decimal): -8386788 or 1836928. OLE color: 1836928.
HSL color Cylindrical-coordinate representation of color #80071C: hue angle of 349.59º 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 #80071C is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 28 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.50 |
| HSL | 349.59º | 0.9% | 0.26% | - |
| HSV(B) | 349.59º | 0.95% | 0.5% | - |
| XYZ | 9.19 | 4.82 | 1.55 | - |
| YUV | 45.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 28 | 0 | 0.95 | 0.78 | 0.50 | 349.59 | 0.9 | 0.26 |
| Hex | 80 | 7 | 1C | 0 | 5F | 4E | 32 | 15E | 5A | 1A |
| Octal | 200 | 7 | 34 | 0 | 137 | 116 | 62 | 536 | 132 | 32 |
| Binary | 10000000 | 111 | 11100 | 0 | 1011111 | 1001110 | 110010 | 101011110 | 1011010 | 11010 |
Color Harmonies of #80071C
Complementary color
Monochromatic Colors of #80071C
Black with #80071C
Text Example
Text Example
White with #80071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80071C; }
p { color: rgb(128,7,28); }
H1.HeaderClassName
{
color: #80071C;
}
.AnyTagClassName
{
color: #80071C;
}
</style>
background-color css
<style>
a { background-color: #80071C; }
a { background-color: rgb(128,7,28); }
div.DivClassName
{
background-color: #80071C;
}
.BgClassName
{
background-color: #80071C;
}
</style>
border-color css
<style>
span { border-color: #80071C; }
span { border-color: rgb(128,7,28); }
td.TdClassName
{
border-color: #80071C;
}
.TagClassName
{
border-color: #80071C;
}
</style>