Shades of Burgundy #7C082A
Tints of Burgundy #7C082A
RGB
CMYK
RGB Variations
Color information
#7C082A (or 0x7C082A) is known color: Burgundy. HEX triplet: 7C, 08 and 2A. RGB value is (124,8,42). Sum of RGB (Red+Green+Blue) = 124+8+42=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C082A is #83F7D5. Grayscale: #2E2E2E. Windows color (decimal): -8648662 or 2754684. OLE color: 2754684.
HSL color Cylindrical-coordinate representation of color #7C082A: hue angle of 342.41º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C082A is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 42 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.51 |
| HSL | 342.41º | 0.88% | 0.26% | - |
| HSV(B) | 342.41º | 0.94% | 0.49% | - |
| XYZ | 8.82 | 4.63 | 2.62 | - |
| YUV | 46.56 | 125.43 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 42 | 0 | 0.94 | 0.66 | 0.51 | 342.41 | 0.88 | 0.26 |
| Hex | 7C | 8 | 2A | 0 | 5E | 42 | 33 | 156 | 58 | 1A |
| Octal | 174 | 10 | 52 | 0 | 136 | 102 | 63 | 526 | 130 | 32 |
| Binary | 1111100 | 1000 | 101010 | 0 | 1011110 | 1000010 | 110011 | 101010110 | 1011000 | 11010 |
Color Harmonies of #7C082A
Complementary color
Monochromatic Colors of #7C082A
Black with #7C082A
Text Example
Text Example
White with #7C082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C082A; }
p { color: rgb(124,8,42); }
H1.HeaderClassName
{
color: #7C082A;
}
.AnyTagClassName
{
color: #7C082A;
}
</style>
background-color css
<style>
a { background-color: #7C082A; }
a { background-color: rgb(124,8,42); }
div.DivClassName
{
background-color: #7C082A;
}
.BgClassName
{
background-color: #7C082A;
}
</style>
border-color css
<style>
span { border-color: #7C082A; }
span { border-color: rgb(124,8,42); }
td.TdClassName
{
border-color: #7C082A;
}
.TagClassName
{
border-color: #7C082A;
}
</style>