Shades of Burgundy #82012C
Tints of Burgundy #82012C
RGB
CMYK
RGB Variations
Color information
#82012C (or 0x82012C) is known color: Burgundy. HEX triplet: 82, 01 and 2C. RGB value is (130,1,44). Sum of RGB (Red+Green+Blue) = 130+1+44=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #82012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82012C is #7DFED3. Grayscale: #2C2C2C. Windows color (decimal): -8257236 or 2883970. OLE color: 2883970.
HSL color Cylindrical-coordinate representation of color #82012C: hue angle of 340º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82012C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.49 |
| HSL | 340º | 0.98% | 0.26% | - |
| HSV(B) | 340º | 0.99% | 0.51% | - |
| XYZ | 9.67 | 4.95 | 2.83 | - |
| YUV | 44.47 | 127.74 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 44 | 0 | 0.99 | 0.66 | 0.49 | 340 | 0.98 | 0.26 |
| Hex | 82 | 1 | 2C | 0 | 63 | 42 | 31 | 154 | 62 | 1A |
| Octal | 202 | 1 | 54 | 0 | 143 | 102 | 61 | 524 | 142 | 32 |
| Binary | 10000010 | 1 | 101100 | 0 | 1100011 | 1000010 | 110001 | 101010100 | 1100010 | 11010 |
Color Harmonies of #82012C
Complementary color
Monochromatic Colors of #82012C
Black with #82012C
Text Example
Text Example
White with #82012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82012C; }
p { color: rgb(130,1,44); }
H1.HeaderClassName
{
color: #82012C;
}
.AnyTagClassName
{
color: #82012C;
}
</style>
background-color css
<style>
a { background-color: #82012C; }
a { background-color: rgb(130,1,44); }
div.DivClassName
{
background-color: #82012C;
}
.BgClassName
{
background-color: #82012C;
}
</style>
border-color css
<style>
span { border-color: #82012C; }
span { border-color: rgb(130,1,44); }
td.TdClassName
{
border-color: #82012C;
}
.TagClassName
{
border-color: #82012C;
}
</style>