Shades of Burgundy #7C0221
Tints of Burgundy #7C0221
RGB
CMYK
RGB Variations
Color information
#7C0221 (or 0x7C0221) is known color: Burgundy. HEX triplet: 7C, 02 and 21. RGB value is (124,2,33). Sum of RGB (Red+Green+Blue) = 124+2+33=159 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.99% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0221 is #83FDDE. Grayscale: #2A2A2A. Windows color (decimal): -8650207 or 2163324. OLE color: 2163324.
HSL color Cylindrical-coordinate representation of color #7C0221: hue angle of 344.75º degrees, saturation: 0.97, 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 #7C0221 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 33 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.51 |
| HSL | 344.75º | 0.97% | 0.25% | - |
| HSV(B) | 344.75º | 0.98% | 0.49% | - |
| XYZ | 8.61 | 4.44 | 1.84 | - |
| YUV | 42.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 33 | 0 | 0.98 | 0.73 | 0.51 | 344.75 | 0.97 | 0.25 |
| Hex | 7C | 2 | 21 | 0 | 62 | 49 | 33 | 159 | 61 | 19 |
| Octal | 174 | 2 | 41 | 0 | 142 | 111 | 63 | 531 | 141 | 31 |
| Binary | 1111100 | 10 | 100001 | 0 | 1100010 | 1001001 | 110011 | 101011001 | 1100001 | 11001 |
Color Harmonies of #7C0221
Complementary color
Monochromatic Colors of #7C0221
Black with #7C0221
Text Example
Text Example
White with #7C0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0221; }
p { color: rgb(124,2,33); }
H1.HeaderClassName
{
color: #7C0221;
}
.AnyTagClassName
{
color: #7C0221;
}
</style>
background-color css
<style>
a { background-color: #7C0221; }
a { background-color: rgb(124,2,33); }
div.DivClassName
{
background-color: #7C0221;
}
.BgClassName
{
background-color: #7C0221;
}
</style>
border-color css
<style>
span { border-color: #7C0221; }
span { border-color: rgb(124,2,33); }
td.TdClassName
{
border-color: #7C0221;
}
.TagClassName
{
border-color: #7C0221;
}
</style>