Shades of Maroon #7D1404
Tints of Maroon #7D1404
RGB
CMYK
RGB Variations
Color information
#7D1404 (or 0x7D1404) is known color: Maroon. HEX triplet: 7D, 14 and 04. RGB value is (125,20,4). Sum of RGB (Red+Green+Blue) = 125+20+4=149 (19% of max value = 765). Red value is 125 (49.22% from 255 or 83.89% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1404 is #82EBFB. Grayscale: #313131. Windows color (decimal): -8580092 or 267389. OLE color: 267389.
HSL color Cylindrical-coordinate representation of color #7D1404: hue angle of 7.93º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D1404 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 4 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.51 |
| HSL | 7.93º | 0.94% | 0.25% | - |
| HSV(B) | 7.93º | 0.97% | 0.49% | - |
| XYZ | 8.73 | 4.87 | 0.59 | - |
| YUV | 49.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 4 | 0 | 0.84 | 0.97 | 0.51 | 7.93 | 0.94 | 0.25 |
| Hex | 7D | 14 | 4 | 0 | 54 | 61 | 33 | 8 | 5E | 19 |
| Octal | 175 | 24 | 4 | 0 | 124 | 141 | 63 | 10 | 136 | 31 |
| Binary | 1111101 | 10100 | 100 | 0 | 1010100 | 1100001 | 110011 | 1000 | 1011110 | 11001 |
Color Harmonies of #7D1404
Complementary color
Monochromatic Colors of #7D1404
Black with #7D1404
Text Example
Text Example
White with #7D1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1404; }
p { color: rgb(125,20,4); }
H1.HeaderClassName
{
color: #7D1404;
}
.AnyTagClassName
{
color: #7D1404;
}
</style>
background-color css
<style>
a { background-color: #7D1404; }
a { background-color: rgb(125,20,4); }
div.DivClassName
{
background-color: #7D1404;
}
.BgClassName
{
background-color: #7D1404;
}
</style>
border-color css
<style>
span { border-color: #7D1404; }
span { border-color: rgb(125,20,4); }
td.TdClassName
{
border-color: #7D1404;
}
.TagClassName
{
border-color: #7D1404;
}
</style>