Shades of Burgundy #7C022F
Tints of Burgundy #7C022F
RGB
CMYK
RGB Variations
Color information
#7C022F (or 0x7C022F) is known color: Burgundy. HEX triplet: 7C, 02 and 2F. RGB value is (124,2,47). Sum of RGB (Red+Green+Blue) = 124+2+47=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C022F is #83FDD0. Grayscale: #2B2B2B. Windows color (decimal): -8650193 or 3080828. OLE color: 3080828.
HSL color Cylindrical-coordinate representation of color #7C022F: hue angle of 337.87º 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 #7C022F is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.51 |
| HSL | 337.87º | 0.97% | 0.25% | - |
| HSV(B) | 337.87º | 0.98% | 0.49% | - |
| XYZ | 8.85 | 4.53 | 3.1 | - |
| YUV | 43.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 2 | 47 | 0 | 0.98 | 0.62 | 0.51 | 337.87 | 0.97 | 0.25 |
| Hex | 7C | 2 | 2F | 0 | 62 | 3E | 33 | 152 | 61 | 19 |
| Octal | 174 | 2 | 57 | 0 | 142 | 76 | 63 | 522 | 141 | 31 |
| Binary | 1111100 | 10 | 101111 | 0 | 1100010 | 111110 | 110011 | 101010010 | 1100001 | 11001 |
Color Harmonies of #7C022F
Complementary color
Monochromatic Colors of #7C022F
Black with #7C022F
Text Example
Text Example
White with #7C022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C022F; }
p { color: rgb(124,2,47); }
H1.HeaderClassName
{
color: #7C022F;
}
.AnyTagClassName
{
color: #7C022F;
}
</style>
background-color css
<style>
a { background-color: #7C022F; }
a { background-color: rgb(124,2,47); }
div.DivClassName
{
background-color: #7C022F;
}
.BgClassName
{
background-color: #7C022F;
}
</style>
border-color css
<style>
span { border-color: #7C022F; }
span { border-color: rgb(124,2,47); }
td.TdClassName
{
border-color: #7C022F;
}
.TagClassName
{
border-color: #7C022F;
}
</style>