Shades of Burgundy #7C041E
Tints of Burgundy #7C041E
RGB
CMYK
RGB Variations
Color information
#7C041E (or 0x7C041E) is known color: Burgundy. HEX triplet: 7C, 04 and 1E. RGB value is (124,4,30). Sum of RGB (Red+Green+Blue) = 124+4+30=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C041E is #83FBE1. Grayscale: #2A2A2A. Windows color (decimal): -8649698 or 1967228. OLE color: 1967228.
HSL color Cylindrical-coordinate representation of color #7C041E: hue angle of 347º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C041E is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 4 | 30 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.51 |
| HSL | 347º | 0.94% | 0.25% | - |
| HSV(B) | 347º | 0.97% | 0.49% | - |
| XYZ | 8.59 | 4.47 | 1.64 | - |
| YUV | 42.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 30 | 0 | 0.97 | 0.76 | 0.51 | 347 | 0.94 | 0.25 |
| Hex | 7C | 4 | 1E | 0 | 61 | 4C | 33 | 15B | 5E | 19 |
| Octal | 174 | 4 | 36 | 0 | 141 | 114 | 63 | 533 | 136 | 31 |
| Binary | 1111100 | 100 | 11110 | 0 | 1100001 | 1001100 | 110011 | 101011011 | 1011110 | 11001 |
Color Harmonies of #7C041E
Complementary color
Monochromatic Colors of #7C041E
Black with #7C041E
Text Example
Text Example
White with #7C041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C041E; }
p { color: rgb(124,4,30); }
H1.HeaderClassName
{
color: #7C041E;
}
.AnyTagClassName
{
color: #7C041E;
}
</style>
background-color css
<style>
a { background-color: #7C041E; }
a { background-color: rgb(124,4,30); }
div.DivClassName
{
background-color: #7C041E;
}
.BgClassName
{
background-color: #7C041E;
}
</style>
border-color css
<style>
span { border-color: #7C041E; }
span { border-color: rgb(124,4,30); }
td.TdClassName
{
border-color: #7C041E;
}
.TagClassName
{
border-color: #7C041E;
}
</style>