Shades of Maroon #7C1101
Tints of Maroon #7C1101
RGB
CMYK
RGB Variations
Color information
#7C1101 (or 0x7C1101) is known color: Maroon. HEX triplet: 7C, 11 and 01. RGB value is (124,17,1). Sum of RGB (Red+Green+Blue) = 124+17+1=142 (18% of max value = 765). Red value is 124 (48.83% from 255 or 87.32% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1101 is #83EEFE. Grayscale: #2F2F2F. Windows color (decimal): -8646399 or 70012. OLE color: 70012.
HSL color Cylindrical-coordinate representation of color #7C1101: hue angle of 7.8º 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 #7C1101 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.51 |
| HSL | 7.8º | 0.98% | 0.25% | - |
| HSV(B) | 7.8º | 0.99% | 0.49% | - |
| XYZ | 8.52 | 4.69 | 0.48 | - |
| YUV | 47.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 1 | 0 | 0.86 | 0.99 | 0.51 | 7.8 | 0.98 | 0.25 |
| Hex | 7C | 11 | 1 | 0 | 56 | 63 | 33 | 8 | 62 | 19 |
| Octal | 174 | 21 | 1 | 0 | 126 | 143 | 63 | 10 | 142 | 31 |
| Binary | 1111100 | 10001 | 1 | 0 | 1010110 | 1100011 | 110011 | 1000 | 1100010 | 11001 |
Color Harmonies of #7C1101
Complementary color
Monochromatic Colors of #7C1101
Black with #7C1101
Text Example
Text Example
White with #7C1101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1101; }
p { color: rgb(124,17,1); }
H1.HeaderClassName
{
color: #7C1101;
}
.AnyTagClassName
{
color: #7C1101;
}
</style>
background-color css
<style>
a { background-color: #7C1101; }
a { background-color: rgb(124,17,1); }
div.DivClassName
{
background-color: #7C1101;
}
.BgClassName
{
background-color: #7C1101;
}
</style>
border-color css
<style>
span { border-color: #7C1101; }
span { border-color: rgb(124,17,1); }
td.TdClassName
{
border-color: #7C1101;
}
.TagClassName
{
border-color: #7C1101;
}
</style>