Shades of Maroon #7C0903
Tints of Maroon #7C0903
RGB
CMYK
RGB Variations
Color information
#7C0903 (or 0x7C0903) is known color: Maroon. HEX triplet: 7C, 09 and 03. RGB value is (124,9,3). Sum of RGB (Red+Green+Blue) = 124+9+3=136 (18% of max value = 765). Red value is 124 (48.83% from 255 or 91.18% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0903 is #83F6FC. Grayscale: #2A2A2A. Windows color (decimal): -8648445 or 199036. OLE color: 199036.
HSL color Cylindrical-coordinate representation of color #7C0903: hue angle of 2.98º 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 #7C0903 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 9 | 3 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.51 |
| HSL | 2.98º | 0.95% | 0.25% | - |
| HSV(B) | 2.98º | 0.98% | 0.49% | - |
| XYZ | 8.43 | 4.49 | 0.51 | - |
| YUV | 42.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 3 | 0 | 0.93 | 0.98 | 0.51 | 2.98 | 0.95 | 0.25 |
| Hex | 7C | 9 | 3 | 0 | 5D | 62 | 33 | 3 | 5F | 19 |
| Octal | 174 | 11 | 3 | 0 | 135 | 142 | 63 | 3 | 137 | 31 |
| Binary | 1111100 | 1001 | 11 | 0 | 1011101 | 1100010 | 110011 | 11 | 1011111 | 11001 |
Color Harmonies of #7C0903
Complementary color
Monochromatic Colors of #7C0903
Black with #7C0903
Text Example
Text Example
White with #7C0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0903; }
p { color: rgb(124,9,3); }
H1.HeaderClassName
{
color: #7C0903;
}
.AnyTagClassName
{
color: #7C0903;
}
</style>
background-color css
<style>
a { background-color: #7C0903; }
a { background-color: rgb(124,9,3); }
div.DivClassName
{
background-color: #7C0903;
}
.BgClassName
{
background-color: #7C0903;
}
</style>
border-color css
<style>
span { border-color: #7C0903; }
span { border-color: rgb(124,9,3); }
td.TdClassName
{
border-color: #7C0903;
}
.TagClassName
{
border-color: #7C0903;
}
</style>