Shades of Burgundy #7C052D
Tints of Burgundy #7C052D
RGB
CMYK
RGB Variations
Color information
#7C052D (or 0x7C052D) is known color: Burgundy. HEX triplet: 7C, 05 and 2D. RGB value is (124,5,45). Sum of RGB (Red+Green+Blue) = 124+5+45=174 (23% of max value = 765). Red value is 124 (48.83% from 255 or 71.26% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 124 - color contains mainly: red. Hex color #7C052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C052D is #83FAD2. Grayscale: #2D2D2D. Windows color (decimal): -8649427 or 2950524. OLE color: 2950524.
HSL color Cylindrical-coordinate representation of color #7C052D: hue angle of 339.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C052D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 5 | 45 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.51 |
| HSL | 339.83º | 0.92% | 0.25% | - |
| HSV(B) | 339.83º | 0.96% | 0.49% | - |
| XYZ | 8.84 | 4.58 | 2.9 | - |
| YUV | 45.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 5 | 45 | 0 | 0.96 | 0.64 | 0.51 | 339.83 | 0.92 | 0.25 |
| Hex | 7C | 5 | 2D | 0 | 60 | 40 | 33 | 154 | 5C | 19 |
| Octal | 174 | 5 | 55 | 0 | 140 | 100 | 63 | 524 | 134 | 31 |
| Binary | 1111100 | 101 | 101101 | 0 | 1100000 | 1000000 | 110011 | 101010100 | 1011100 | 11001 |
Color Harmonies of #7C052D
Complementary color
Monochromatic Colors of #7C052D
Black with #7C052D
Text Example
Text Example
White with #7C052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C052D; }
p { color: rgb(124,5,45); }
H1.HeaderClassName
{
color: #7C052D;
}
.AnyTagClassName
{
color: #7C052D;
}
</style>
background-color css
<style>
a { background-color: #7C052D; }
a { background-color: rgb(124,5,45); }
div.DivClassName
{
background-color: #7C052D;
}
.BgClassName
{
background-color: #7C052D;
}
</style>
border-color css
<style>
span { border-color: #7C052D; }
span { border-color: rgb(124,5,45); }
td.TdClassName
{
border-color: #7C052D;
}
.TagClassName
{
border-color: #7C052D;
}
</style>