Shades of Burgundy #80051C
Tints of Burgundy #80051C
RGB
CMYK
RGB Variations
Color information
#80051C (or 0x80051C) is known color: Burgundy. HEX triplet: 80, 05 and 1C. RGB value is (128,5,28). Sum of RGB (Red+Green+Blue) = 128+5+28=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #80051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80051C is #7FFAE3. Grayscale: #2C2C2C. Windows color (decimal): -8387300 or 1836416. OLE color: 1836416.
HSL color Cylindrical-coordinate representation of color #80051C: hue angle of 348.78º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80051C is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 28 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.50 |
| HSL | 348.78º | 0.92% | 0.26% | - |
| HSV(B) | 348.78º | 0.96% | 0.5% | - |
| XYZ | 9.17 | 4.78 | 1.54 | - |
| YUV | 44.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 28 | 0 | 0.96 | 0.78 | 0.50 | 348.78 | 0.92 | 0.26 |
| Hex | 80 | 5 | 1C | 0 | 60 | 4E | 32 | 15D | 5C | 1A |
| Octal | 200 | 5 | 34 | 0 | 140 | 116 | 62 | 535 | 134 | 32 |
| Binary | 10000000 | 101 | 11100 | 0 | 1100000 | 1001110 | 110010 | 101011101 | 1011100 | 11010 |
Color Harmonies of #80051C
Complementary color
Monochromatic Colors of #80051C
Black with #80051C
Text Example
Text Example
White with #80051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80051C; }
p { color: rgb(128,5,28); }
H1.HeaderClassName
{
color: #80051C;
}
.AnyTagClassName
{
color: #80051C;
}
</style>
background-color css
<style>
a { background-color: #80051C; }
a { background-color: rgb(128,5,28); }
div.DivClassName
{
background-color: #80051C;
}
.BgClassName
{
background-color: #80051C;
}
</style>
border-color css
<style>
span { border-color: #80051C; }
span { border-color: rgb(128,5,28); }
td.TdClassName
{
border-color: #80051C;
}
.TagClassName
{
border-color: #80051C;
}
</style>