Shades of Maroon #7C0701
Tints of Maroon #7C0701
RGB
CMYK
RGB Variations
Color information
#7C0701 (or 0x7C0701) is known color: Maroon. HEX triplet: 7C, 07 and 01. RGB value is (124,7,1). Sum of RGB (Red+Green+Blue) = 124+7+1=132 (17% of max value = 765). Red value is 124 (48.83% from 255 or 93.94% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0701 is #83F8FE. Grayscale: #292929. Windows color (decimal): -8648959 or 67452. OLE color: 67452.
HSL color Cylindrical-coordinate representation of color #7C0701: hue angle of 2.93º 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 #7C0701 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 7 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.51 |
| HSL | 2.93º | 0.98% | 0.25% | - |
| HSV(B) | 2.93º | 0.99% | 0.49% | - |
| XYZ | 8.39 | 4.44 | 0.44 | - |
| YUV | 41.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 1 | 0 | 0.94 | 0.99 | 0.51 | 2.93 | 0.98 | 0.25 |
| Hex | 7C | 7 | 1 | 0 | 5E | 63 | 33 | 3 | 62 | 19 |
| Octal | 174 | 7 | 1 | 0 | 136 | 143 | 63 | 3 | 142 | 31 |
| Binary | 1111100 | 111 | 1 | 0 | 1011110 | 1100011 | 110011 | 11 | 1100010 | 11001 |
Color Harmonies of #7C0701
Complementary color
Monochromatic Colors of #7C0701
Black with #7C0701
Text Example
Text Example
White with #7C0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0701; }
p { color: rgb(124,7,1); }
H1.HeaderClassName
{
color: #7C0701;
}
.AnyTagClassName
{
color: #7C0701;
}
</style>
background-color css
<style>
a { background-color: #7C0701; }
a { background-color: rgb(124,7,1); }
div.DivClassName
{
background-color: #7C0701;
}
.BgClassName
{
background-color: #7C0701;
}
</style>
border-color css
<style>
span { border-color: #7C0701; }
span { border-color: rgb(124,7,1); }
td.TdClassName
{
border-color: #7C0701;
}
.TagClassName
{
border-color: #7C0701;
}
</style>