Shades of Burgundy #7C032D
Tints of Burgundy #7C032D
RGB
CMYK
RGB Variations
Color information
#7C032D (or 0x7C032D) is known color: Burgundy. HEX triplet: 7C, 03 and 2D. RGB value is (124,3,45). Sum of RGB (Red+Green+Blue) = 124+3+45=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C032D is #83FCD2. Grayscale: #2B2B2B. Windows color (decimal): -8649939 or 2950012. OLE color: 2950012.
HSL color Cylindrical-coordinate representation of color #7C032D: hue angle of 339.17º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C032D is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.51 |
| HSL | 339.17º | 0.95% | 0.25% | - |
| HSV(B) | 339.17º | 0.98% | 0.49% | - |
| XYZ | 8.82 | 4.54 | 2.89 | - |
| YUV | 43.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 3 | 45 | 0 | 0.98 | 0.64 | 0.51 | 339.17 | 0.95 | 0.25 |
| Hex | 7C | 3 | 2D | 0 | 62 | 40 | 33 | 153 | 5F | 19 |
| Octal | 174 | 3 | 55 | 0 | 142 | 100 | 63 | 523 | 137 | 31 |
| Binary | 1111100 | 11 | 101101 | 0 | 1100010 | 1000000 | 110011 | 101010011 | 1011111 | 11001 |
Color Harmonies of #7C032D
Complementary color
Monochromatic Colors of #7C032D
Black with #7C032D
Text Example
Text Example
White with #7C032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C032D; }
p { color: rgb(124,3,45); }
H1.HeaderClassName
{
color: #7C032D;
}
.AnyTagClassName
{
color: #7C032D;
}
</style>
background-color css
<style>
a { background-color: #7C032D; }
a { background-color: rgb(124,3,45); }
div.DivClassName
{
background-color: #7C032D;
}
.BgClassName
{
background-color: #7C032D;
}
</style>
border-color css
<style>
span { border-color: #7C032D; }
span { border-color: rgb(124,3,45); }
td.TdClassName
{
border-color: #7C032D;
}
.TagClassName
{
border-color: #7C032D;
}
</style>