Shades of Burgundy #80012C
Tints of Burgundy #80012C
RGB
CMYK
RGB Variations
Color information
#80012C (or 0x80012C) is known color: Burgundy. HEX triplet: 80, 01 and 2C. RGB value is (128,1,44). Sum of RGB (Red+Green+Blue) = 128+1+44=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #80012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80012C is #7FFED3. Grayscale: #2B2B2B. Windows color (decimal): -8388308 or 2883968. OLE color: 2883968.
HSL color Cylindrical-coordinate representation of color #80012C: hue angle of 339.69º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80012C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.50 |
| HSL | 339.69º | 0.98% | 0.25% | - |
| HSV(B) | 339.69º | 0.99% | 0.5% | - |
| XYZ | 9.37 | 4.79 | 2.81 | - |
| YUV | 43.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 44 | 0 | 0.99 | 0.66 | 0.50 | 339.69 | 0.98 | 0.25 |
| Hex | 80 | 1 | 2C | 0 | 63 | 42 | 32 | 154 | 62 | 19 |
| Octal | 200 | 1 | 54 | 0 | 143 | 102 | 62 | 524 | 142 | 31 |
| Binary | 10000000 | 1 | 101100 | 0 | 1100011 | 1000010 | 110010 | 101010100 | 1100010 | 11001 |
Color Harmonies of #80012C
Complementary color
Monochromatic Colors of #80012C
Black with #80012C
Text Example
Text Example
White with #80012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80012C; }
p { color: rgb(128,1,44); }
H1.HeaderClassName
{
color: #80012C;
}
.AnyTagClassName
{
color: #80012C;
}
</style>
background-color css
<style>
a { background-color: #80012C; }
a { background-color: rgb(128,1,44); }
div.DivClassName
{
background-color: #80012C;
}
.BgClassName
{
background-color: #80012C;
}
</style>
border-color css
<style>
span { border-color: #80012C; }
span { border-color: rgb(128,1,44); }
td.TdClassName
{
border-color: #80012C;
}
.TagClassName
{
border-color: #80012C;
}
</style>