Shades of Burgundy #80031C
Tints of Burgundy #80031C
RGB
CMYK
RGB Variations
Color information
#80031C (or 0x80031C) is known color: Burgundy. HEX triplet: 80, 03 and 1C. RGB value is (128,3,28). Sum of RGB (Red+Green+Blue) = 128+3+28=159 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80.50% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 128 - color contains mainly: red. Hex color #80031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80031C is #7FFCE3. Grayscale: #2B2B2B. Windows color (decimal): -8387812 or 1835904. OLE color: 1835904.
HSL color Cylindrical-coordinate representation of color #80031C: hue angle of 348º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80031C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.50 |
| HSL | 348º | 0.95% | 0.26% | - |
| HSV(B) | 348º | 0.98% | 0.5% | - |
| XYZ | 9.14 | 4.74 | 1.53 | - |
| YUV | 43.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 28 | 0 | 0.98 | 0.78 | 0.50 | 348 | 0.95 | 0.26 |
| Hex | 80 | 3 | 1C | 0 | 62 | 4E | 32 | 15C | 5F | 1A |
| Octal | 200 | 3 | 34 | 0 | 142 | 116 | 62 | 534 | 137 | 32 |
| Binary | 10000000 | 11 | 11100 | 0 | 1100010 | 1001110 | 110010 | 101011100 | 1011111 | 11010 |
Color Harmonies of #80031C
Complementary color
Monochromatic Colors of #80031C
Black with #80031C
Text Example
Text Example
White with #80031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80031C; }
p { color: rgb(128,3,28); }
H1.HeaderClassName
{
color: #80031C;
}
.AnyTagClassName
{
color: #80031C;
}
</style>
background-color css
<style>
a { background-color: #80031C; }
a { background-color: rgb(128,3,28); }
div.DivClassName
{
background-color: #80031C;
}
.BgClassName
{
background-color: #80031C;
}
</style>
border-color css
<style>
span { border-color: #80031C; }
span { border-color: rgb(128,3,28); }
td.TdClassName
{
border-color: #80031C;
}
.TagClassName
{
border-color: #80031C;
}
</style>