Shades of Maroon #7D1103
Tints of Maroon #7D1103
RGB
CMYK
RGB Variations
Color information
#7D1103 (or 0x7D1103) is known color: Maroon. HEX triplet: 7D, 11 and 03. RGB value is (125,17,3). Sum of RGB (Red+Green+Blue) = 125+17+3=145 (19% of max value = 765). Red value is 125 (49.22% from 255 or 86.21% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1103 is #82EEFC. Grayscale: #2F2F2F. Windows color (decimal): -8580861 or 201085. OLE color: 201085.
HSL color Cylindrical-coordinate representation of color #7D1103: hue angle of 6.89º 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 #7D1103 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.51 |
| HSL | 6.89º | 0.95% | 0.25% | - |
| HSV(B) | 6.89º | 0.98% | 0.49% | - |
| XYZ | 8.67 | 4.77 | 0.55 | - |
| YUV | 47.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 3 | 0 | 0.86 | 0.98 | 0.51 | 6.89 | 0.95 | 0.25 |
| Hex | 7D | 11 | 3 | 0 | 56 | 62 | 33 | 7 | 5F | 19 |
| Octal | 175 | 21 | 3 | 0 | 126 | 142 | 63 | 7 | 137 | 31 |
| Binary | 1111101 | 10001 | 11 | 0 | 1010110 | 1100010 | 110011 | 111 | 1011111 | 11001 |
Color Harmonies of #7D1103
Complementary color
Monochromatic Colors of #7D1103
Black with #7D1103
Text Example
Text Example
White with #7D1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1103; }
p { color: rgb(125,17,3); }
H1.HeaderClassName
{
color: #7D1103;
}
.AnyTagClassName
{
color: #7D1103;
}
</style>
background-color css
<style>
a { background-color: #7D1103; }
a { background-color: rgb(125,17,3); }
div.DivClassName
{
background-color: #7D1103;
}
.BgClassName
{
background-color: #7D1103;
}
</style>
border-color css
<style>
span { border-color: #7D1103; }
span { border-color: rgb(125,17,3); }
td.TdClassName
{
border-color: #7D1103;
}
.TagClassName
{
border-color: #7D1103;
}
</style>