Shades of Maroon #7C1001
Tints of Maroon #7C1001
RGB
CMYK
RGB Variations
Color information
#7C1001 (or 0x7C1001) is known color: Maroon. HEX triplet: 7C, 10 and 01. RGB value is (124,16,1). Sum of RGB (Red+Green+Blue) = 124+16+1=141 (18% of max value = 765). Red value is 124 (48.83% from 255 or 87.94% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1001 is #83EFFE. Grayscale: #2E2E2E. Windows color (decimal): -8646655 or 69756. OLE color: 69756.
HSL color Cylindrical-coordinate representation of color #7C1001: hue angle of 7.32º 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 #7C1001 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.51 |
| HSL | 7.32º | 0.98% | 0.25% | - |
| HSV(B) | 7.32º | 0.99% | 0.49% | - |
| XYZ | 8.5 | 4.66 | 0.48 | - |
| YUV | 46.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 1 | 0 | 0.87 | 0.99 | 0.51 | 7.32 | 0.98 | 0.25 |
| Hex | 7C | 10 | 1 | 0 | 57 | 63 | 33 | 7 | 62 | 19 |
| Octal | 174 | 20 | 1 | 0 | 127 | 143 | 63 | 7 | 142 | 31 |
| Binary | 1111100 | 10000 | 1 | 0 | 1010111 | 1100011 | 110011 | 111 | 1100010 | 11001 |
Color Harmonies of #7C1001
Complementary color
Monochromatic Colors of #7C1001
Black with #7C1001
Text Example
Text Example
White with #7C1001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1001; }
p { color: rgb(124,16,1); }
H1.HeaderClassName
{
color: #7C1001;
}
.AnyTagClassName
{
color: #7C1001;
}
</style>
background-color css
<style>
a { background-color: #7C1001; }
a { background-color: rgb(124,16,1); }
div.DivClassName
{
background-color: #7C1001;
}
.BgClassName
{
background-color: #7C1001;
}
</style>
border-color css
<style>
span { border-color: #7C1001; }
span { border-color: rgb(124,16,1); }
td.TdClassName
{
border-color: #7C1001;
}
.TagClassName
{
border-color: #7C1001;
}
</style>