Shades of Burgundy #82012A
Tints of Burgundy #82012A
RGB
CMYK
RGB Variations
Color information
#82012A (or 0x82012A) is known color: Burgundy. HEX triplet: 82, 01 and 2A. RGB value is (130,1,42). Sum of RGB (Red+Green+Blue) = 130+1+42=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #82012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82012A is #7DFED5. Grayscale: #2C2C2C. Windows color (decimal): -8257238 or 2752898. OLE color: 2752898.
HSL color Cylindrical-coordinate representation of color #82012A: hue angle of 340.93º 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 #82012A is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.49 |
| HSL | 340.93º | 0.98% | 0.26% | - |
| HSV(B) | 340.93º | 0.99% | 0.51% | - |
| XYZ | 9.63 | 4.93 | 2.64 | - |
| YUV | 44.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 42 | 0 | 0.99 | 0.68 | 0.49 | 340.93 | 0.98 | 0.26 |
| Hex | 82 | 1 | 2A | 0 | 63 | 44 | 31 | 155 | 62 | 1A |
| Octal | 202 | 1 | 52 | 0 | 143 | 104 | 61 | 525 | 142 | 32 |
| Binary | 10000010 | 1 | 101010 | 0 | 1100011 | 1000100 | 110001 | 101010101 | 1100010 | 11010 |
Color Harmonies of #82012A
Complementary color
Monochromatic Colors of #82012A
Black with #82012A
Text Example
Text Example
White with #82012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82012A; }
p { color: rgb(130,1,42); }
H1.HeaderClassName
{
color: #82012A;
}
.AnyTagClassName
{
color: #82012A;
}
</style>
background-color css
<style>
a { background-color: #82012A; }
a { background-color: rgb(130,1,42); }
div.DivClassName
{
background-color: #82012A;
}
.BgClassName
{
background-color: #82012A;
}
</style>
border-color css
<style>
span { border-color: #82012A; }
span { border-color: rgb(130,1,42); }
td.TdClassName
{
border-color: #82012A;
}
.TagClassName
{
border-color: #82012A;
}
</style>