Shades of Burgundy #7C0121
Tints of Burgundy #7C0121
RGB
CMYK
RGB Variations
Color information
#7C0121 (or 0x7C0121) is known color: Burgundy. HEX triplet: 7C, 01 and 21. RGB value is (124,1,33). Sum of RGB (Red+Green+Blue) = 124+1+33=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0121 is #83FEDE. Grayscale: #292929. Windows color (decimal): -8650463 or 2163068. OLE color: 2163068.
HSL color Cylindrical-coordinate representation of color #7C0121: hue angle of 344.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0121 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.51 |
| HSL | 344.39º | 0.98% | 0.25% | - |
| HSV(B) | 344.39º | 0.99% | 0.49% | - |
| XYZ | 8.6 | 4.42 | 1.84 | - |
| YUV | 41.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 33 | 0 | 0.99 | 0.73 | 0.51 | 344.39 | 0.98 | 0.25 |
| Hex | 7C | 1 | 21 | 0 | 63 | 49 | 33 | 158 | 62 | 19 |
| Octal | 174 | 1 | 41 | 0 | 143 | 111 | 63 | 530 | 142 | 31 |
| Binary | 1111100 | 1 | 100001 | 0 | 1100011 | 1001001 | 110011 | 101011000 | 1100010 | 11001 |
Color Harmonies of #7C0121
Complementary color
Monochromatic Colors of #7C0121
Black with #7C0121
Text Example
Text Example
White with #7C0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0121; }
p { color: rgb(124,1,33); }
H1.HeaderClassName
{
color: #7C0121;
}
.AnyTagClassName
{
color: #7C0121;
}
</style>
background-color css
<style>
a { background-color: #7C0121; }
a { background-color: rgb(124,1,33); }
div.DivClassName
{
background-color: #7C0121;
}
.BgClassName
{
background-color: #7C0121;
}
</style>
border-color css
<style>
span { border-color: #7C0121; }
span { border-color: rgb(124,1,33); }
td.TdClassName
{
border-color: #7C0121;
}
.TagClassName
{
border-color: #7C0121;
}
</style>