Shades of Burgundy #7C011C
Tints of Burgundy #7C011C
RGB
CMYK
RGB Variations
Color information
#7C011C (or 0x7C011C) is known color: Burgundy. HEX triplet: 7C, 01 and 1C. RGB value is (124,1,28). Sum of RGB (Red+Green+Blue) = 124+1+28=153 (20% of max value = 765). Red value is 124 (48.83% from 255 or 81.05% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 124 - color contains mainly: red. Hex color #7C011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C011C is #83FEE3. Grayscale: #282828. Windows color (decimal): -8650468 or 1835388. OLE color: 1835388.
HSL color Cylindrical-coordinate representation of color #7C011C: hue angle of 346.83º 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 #7C011C is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.51 |
| HSL | 346.83º | 0.98% | 0.25% | - |
| HSV(B) | 346.83º | 0.99% | 0.49% | - |
| XYZ | 8.53 | 4.39 | 1.5 | - |
| YUV | 40.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 28 | 0 | 0.99 | 0.77 | 0.51 | 346.83 | 0.98 | 0.25 |
| Hex | 7C | 1 | 1C | 0 | 63 | 4D | 33 | 15B | 62 | 19 |
| Octal | 174 | 1 | 34 | 0 | 143 | 115 | 63 | 533 | 142 | 31 |
| Binary | 1111100 | 1 | 11100 | 0 | 1100011 | 1001101 | 110011 | 101011011 | 1100010 | 11001 |
Color Harmonies of #7C011C
Complementary color
Monochromatic Colors of #7C011C
Black with #7C011C
Text Example
Text Example
White with #7C011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C011C; }
p { color: rgb(124,1,28); }
H1.HeaderClassName
{
color: #7C011C;
}
.AnyTagClassName
{
color: #7C011C;
}
</style>
background-color css
<style>
a { background-color: #7C011C; }
a { background-color: rgb(124,1,28); }
div.DivClassName
{
background-color: #7C011C;
}
.BgClassName
{
background-color: #7C011C;
}
</style>
border-color css
<style>
span { border-color: #7C011C; }
span { border-color: rgb(124,1,28); }
td.TdClassName
{
border-color: #7C011C;
}
.TagClassName
{
border-color: #7C011C;
}
</style>