Shades of Burgundy #7C002C
Tints of Burgundy #7C002C
RGB
CMYK
RGB Variations
Color information
#7C002C (or 0x7C002C) is known color: Burgundy. HEX triplet: 7C, 00 and 2C. RGB value is (124,0,44). Sum of RGB (Red+Green+Blue) = 124+0+44=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C002C is #83FFD3. Grayscale: #2A2A2A. Windows color (decimal): -8650708 or 2883708. OLE color: 2883708.
HSL color Cylindrical-coordinate representation of color #7C002C: hue angle of 338.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C002C is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.65 | 0.51 |
| HSL | 338.71º | 1% | 0.24% | - |
| HSV(B) | 338.71º | 1% | 0.49% | - |
| XYZ | 8.77 | 4.47 | 2.78 | - |
| YUV | 42.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 44 | 0 | 1 | 0.65 | 0.51 | 338.71 | 1 | 0.24 |
| Hex | 7C | 0 | 2C | 0 | 64 | 41 | 33 | 153 | 64 | 18 |
| Octal | 174 | 0 | 54 | 0 | 144 | 101 | 63 | 523 | 144 | 30 |
| Binary | 1111100 | 0 | 101100 | 0 | 1100100 | 1000001 | 110011 | 101010011 | 1100100 | 11000 |
Color Harmonies of #7C002C
Complementary color
Monochromatic Colors of #7C002C
Black with #7C002C
Text Example
Text Example
White with #7C002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C002C; }
p { color: rgb(124,0,44); }
H1.HeaderClassName
{
color: #7C002C;
}
.AnyTagClassName
{
color: #7C002C;
}
</style>
background-color css
<style>
a { background-color: #7C002C; }
a { background-color: rgb(124,0,44); }
div.DivClassName
{
background-color: #7C002C;
}
.BgClassName
{
background-color: #7C002C;
}
</style>
border-color css
<style>
span { border-color: #7C002C; }
span { border-color: rgb(124,0,44); }
td.TdClassName
{
border-color: #7C002C;
}
.TagClassName
{
border-color: #7C002C;
}
</style>