Shades of Maroon #7C0803
Tints of Maroon #7C0803
RGB
CMYK
RGB Variations
Color information
#7C0803 (or 0x7C0803) is known color: Maroon. HEX triplet: 7C, 08 and 03. RGB value is (124,8,3). Sum of RGB (Red+Green+Blue) = 124+8+3=135 (17% of max value = 765). Red value is 124 (48.83% from 255 or 91.85% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0803 is #83F7FC. Grayscale: #2A2A2A. Windows color (decimal): -8648701 or 198780. OLE color: 198780.
HSL color Cylindrical-coordinate representation of color #7C0803: hue angle of 2.48º 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 #7C0803 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.51 |
| HSL | 2.48º | 0.95% | 0.25% | - |
| HSV(B) | 2.48º | 0.98% | 0.49% | - |
| XYZ | 8.42 | 4.47 | 0.5 | - |
| YUV | 42.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 3 | 0 | 0.94 | 0.98 | 0.51 | 2.48 | 0.95 | 0.25 |
| Hex | 7C | 8 | 3 | 0 | 5E | 62 | 33 | 2 | 5F | 19 |
| Octal | 174 | 10 | 3 | 0 | 136 | 142 | 63 | 2 | 137 | 31 |
| Binary | 1111100 | 1000 | 11 | 0 | 1011110 | 1100010 | 110011 | 10 | 1011111 | 11001 |
Color Harmonies of #7C0803
Complementary color
Monochromatic Colors of #7C0803
Black with #7C0803
Text Example
Text Example
White with #7C0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0803; }
p { color: rgb(124,8,3); }
H1.HeaderClassName
{
color: #7C0803;
}
.AnyTagClassName
{
color: #7C0803;
}
</style>
background-color css
<style>
a { background-color: #7C0803; }
a { background-color: rgb(124,8,3); }
div.DivClassName
{
background-color: #7C0803;
}
.BgClassName
{
background-color: #7C0803;
}
</style>
border-color css
<style>
span { border-color: #7C0803; }
span { border-color: rgb(124,8,3); }
td.TdClassName
{
border-color: #7C0803;
}
.TagClassName
{
border-color: #7C0803;
}
</style>