Shades of Maroon #7C1303
Tints of Maroon #7C1303
RGB
CMYK
RGB Variations
Color information
#7C1303 (or 0x7C1303) is known color: Maroon. HEX triplet: 7C, 13 and 03. RGB value is (124,19,3). Sum of RGB (Red+Green+Blue) = 124+19+3=146 (19% of max value = 765). Red value is 124 (48.83% from 255 or 84.93% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C1303 is #83ECFC. Grayscale: #303030. Windows color (decimal): -8645885 or 201596. OLE color: 201596.
HSL color Cylindrical-coordinate representation of color #7C1303: hue angle of 7.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C1303 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 19 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.51 |
| HSL | 7.93º | 0.95% | 0.25% | - |
| HSV(B) | 7.93º | 0.98% | 0.49% | - |
| XYZ | 8.56 | 4.76 | 0.55 | - |
| YUV | 48.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 19 | 3 | 0 | 0.85 | 0.98 | 0.51 | 7.93 | 0.95 | 0.25 |
| Hex | 7C | 13 | 3 | 0 | 55 | 62 | 33 | 8 | 5F | 19 |
| Octal | 174 | 23 | 3 | 0 | 125 | 142 | 63 | 10 | 137 | 31 |
| Binary | 1111100 | 10011 | 11 | 0 | 1010101 | 1100010 | 110011 | 1000 | 1011111 | 11001 |
Color Harmonies of #7C1303
Complementary color
Monochromatic Colors of #7C1303
Black with #7C1303
Text Example
Text Example
White with #7C1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1303; }
p { color: rgb(124,19,3); }
H1.HeaderClassName
{
color: #7C1303;
}
.AnyTagClassName
{
color: #7C1303;
}
</style>
background-color css
<style>
a { background-color: #7C1303; }
a { background-color: rgb(124,19,3); }
div.DivClassName
{
background-color: #7C1303;
}
.BgClassName
{
background-color: #7C1303;
}
</style>
border-color css
<style>
span { border-color: #7C1303; }
span { border-color: rgb(124,19,3); }
td.TdClassName
{
border-color: #7C1303;
}
.TagClassName
{
border-color: #7C1303;
}
</style>