Shades of Maroon #7D0E05
Tints of Maroon #7D0E05
RGB
CMYK
RGB Variations
Color information
#7D0E05 (or 0x7D0E05) is known color: Maroon. HEX triplet: 7D, 0E and 05. RGB value is (125,14,5). Sum of RGB (Red+Green+Blue) = 125+14+5=144 (19% of max value = 765). Red value is 125 (49.22% from 255 or 86.81% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0E05 is #82F1FA. Grayscale: #2E2E2E. Windows color (decimal): -8581627 or 331389. OLE color: 331389.
HSL color Cylindrical-coordinate representation of color #7D0E05: hue angle of 4.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0E05 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 14 | 5 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.51 |
| HSL | 4.5º | 0.92% | 0.25% | - |
| HSV(B) | 4.5º | 0.96% | 0.49% | - |
| XYZ | 8.64 | 4.69 | 0.59 | - |
| YUV | 46.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 14 | 5 | 0 | 0.89 | 0.96 | 0.51 | 4.5 | 0.92 | 0.25 |
| Hex | 7D | E | 5 | 0 | 59 | 60 | 33 | 4 | 5C | 19 |
| Octal | 175 | 16 | 5 | 0 | 131 | 140 | 63 | 4 | 134 | 31 |
| Binary | 1111101 | 1110 | 101 | 0 | 1011001 | 1100000 | 110011 | 100 | 1011100 | 11001 |
Color Harmonies of #7D0E05
Complementary color
Monochromatic Colors of #7D0E05
Black with #7D0E05
Text Example
Text Example
White with #7D0E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0E05; }
p { color: rgb(125,14,5); }
H1.HeaderClassName
{
color: #7D0E05;
}
.AnyTagClassName
{
color: #7D0E05;
}
</style>
background-color css
<style>
a { background-color: #7D0E05; }
a { background-color: rgb(125,14,5); }
div.DivClassName
{
background-color: #7D0E05;
}
.BgClassName
{
background-color: #7D0E05;
}
</style>
border-color css
<style>
span { border-color: #7D0E05; }
span { border-color: rgb(125,14,5); }
td.TdClassName
{
border-color: #7D0E05;
}
.TagClassName
{
border-color: #7D0E05;
}
</style>