Shades of Maroon #7E1303
Tints of Maroon #7E1303
RGB
CMYK
RGB Variations
Color information
#7E1303 (or 0x7E1303) is known color: Maroon. HEX triplet: 7E, 13 and 03. RGB value is (126,19,3). Sum of RGB (Red+Green+Blue) = 126+19+3=148 (19% of max value = 765). Red value is 126 (49.61% from 255 or 85.14% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1303 is #81ECFC. Grayscale: #313131. Windows color (decimal): -8514813 or 201598. OLE color: 201598.
HSL color Cylindrical-coordinate representation of color #7E1303: hue angle of 7.8º 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 #7E1303 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 19 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.51 |
| HSL | 7.8º | 0.95% | 0.25% | - |
| HSV(B) | 7.8º | 0.98% | 0.49% | - |
| XYZ | 8.85 | 4.91 | 0.57 | - |
| YUV | 49.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 19 | 3 | 0 | 0.85 | 0.98 | 0.51 | 7.8 | 0.95 | 0.25 |
| Hex | 7E | 13 | 3 | 0 | 55 | 62 | 33 | 8 | 5F | 19 |
| Octal | 176 | 23 | 3 | 0 | 125 | 142 | 63 | 10 | 137 | 31 |
| Binary | 1111110 | 10011 | 11 | 0 | 1010101 | 1100010 | 110011 | 1000 | 1011111 | 11001 |
Color Harmonies of #7E1303
Complementary color
Monochromatic Colors of #7E1303
Black with #7E1303
Text Example
Text Example
White with #7E1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1303; }
p { color: rgb(126,19,3); }
H1.HeaderClassName
{
color: #7E1303;
}
.AnyTagClassName
{
color: #7E1303;
}
</style>
background-color css
<style>
a { background-color: #7E1303; }
a { background-color: rgb(126,19,3); }
div.DivClassName
{
background-color: #7E1303;
}
.BgClassName
{
background-color: #7E1303;
}
</style>
border-color css
<style>
span { border-color: #7E1303; }
span { border-color: rgb(126,19,3); }
td.TdClassName
{
border-color: #7E1303;
}
.TagClassName
{
border-color: #7E1303;
}
</style>