Shades of Burgundy #7C012F
Tints of Burgundy #7C012F
RGB
CMYK
RGB Variations
Color information
#7C012F (or 0x7C012F) is known color: Burgundy. HEX triplet: 7C, 01 and 2F. RGB value is (124,1,47). Sum of RGB (Red+Green+Blue) = 124+1+47=172 (22% of max value = 765). Red value is 124 (48.83% from 255 or 72.09% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 124 - color contains mainly: red. Hex color #7C012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C012F is #83FED0. Grayscale: #2A2A2A. Windows color (decimal): -8650449 or 3080572. OLE color: 3080572.
HSL color Cylindrical-coordinate representation of color #7C012F: hue angle of 337.56º 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 #7C012F is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.51 |
| HSL | 337.56º | 0.98% | 0.25% | - |
| HSV(B) | 337.56º | 0.99% | 0.49% | - |
| XYZ | 8.84 | 4.51 | 3.09 | - |
| YUV | 43.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 47 | 0 | 0.99 | 0.62 | 0.51 | 337.56 | 0.98 | 0.25 |
| Hex | 7C | 1 | 2F | 0 | 63 | 3E | 33 | 152 | 62 | 19 |
| Octal | 174 | 1 | 57 | 0 | 143 | 76 | 63 | 522 | 142 | 31 |
| Binary | 1111100 | 1 | 101111 | 0 | 1100011 | 111110 | 110011 | 101010010 | 1100010 | 11001 |
Color Harmonies of #7C012F
Complementary color
Monochromatic Colors of #7C012F
Black with #7C012F
Text Example
Text Example
White with #7C012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C012F; }
p { color: rgb(124,1,47); }
H1.HeaderClassName
{
color: #7C012F;
}
.AnyTagClassName
{
color: #7C012F;
}
</style>
background-color css
<style>
a { background-color: #7C012F; }
a { background-color: rgb(124,1,47); }
div.DivClassName
{
background-color: #7C012F;
}
.BgClassName
{
background-color: #7C012F;
}
</style>
border-color css
<style>
span { border-color: #7C012F; }
span { border-color: rgb(124,1,47); }
td.TdClassName
{
border-color: #7C012F;
}
.TagClassName
{
border-color: #7C012F;
}
</style>