Shades of Burgundy #7C082F
Tints of Burgundy #7C082F
RGB
CMYK
RGB Variations
Color information
#7C082F (or 0x7C082F) is known color: Burgundy. HEX triplet: 7C, 08 and 2F. RGB value is (124,8,47). Sum of RGB (Red+Green+Blue) = 124+8+47=179 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.27% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 124 - color contains mainly: red. Hex color #7C082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C082F is #83F7D0. Grayscale: #2F2F2F. Windows color (decimal): -8648657 or 3082364. OLE color: 3082364.
HSL color Cylindrical-coordinate representation of color #7C082F: hue angle of 339.83º 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 #7C082F is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.51 |
| HSL | 339.83º | 0.88% | 0.26% | - |
| HSV(B) | 339.83º | 0.94% | 0.49% | - |
| XYZ | 8.91 | 4.66 | 3.12 | - |
| YUV | 47.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 47 | 0 | 0.94 | 0.62 | 0.51 | 339.83 | 0.88 | 0.26 |
| Hex | 7C | 8 | 2F | 0 | 5E | 3E | 33 | 154 | 58 | 1A |
| Octal | 174 | 10 | 57 | 0 | 136 | 76 | 63 | 524 | 130 | 32 |
| Binary | 1111100 | 1000 | 101111 | 0 | 1011110 | 111110 | 110011 | 101010100 | 1011000 | 11010 |
Color Harmonies of #7C082F
Complementary color
Monochromatic Colors of #7C082F
Black with #7C082F
Text Example
Text Example
White with #7C082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C082F; }
p { color: rgb(124,8,47); }
H1.HeaderClassName
{
color: #7C082F;
}
.AnyTagClassName
{
color: #7C082F;
}
</style>
background-color css
<style>
a { background-color: #7C082F; }
a { background-color: rgb(124,8,47); }
div.DivClassName
{
background-color: #7C082F;
}
.BgClassName
{
background-color: #7C082F;
}
</style>
border-color css
<style>
span { border-color: #7C082F; }
span { border-color: rgb(124,8,47); }
td.TdClassName
{
border-color: #7C082F;
}
.TagClassName
{
border-color: #7C082F;
}
</style>