Shades of Maroon #7F1004
Tints of Maroon #7F1004
RGB
CMYK
RGB Variations
Color information
#7F1004 (or 0x7F1004) is known color: Maroon. HEX triplet: 7F, 10 and 04. RGB value is (127,16,4). Sum of RGB (Red+Green+Blue) = 127+16+4=147 (19% of max value = 765). Red value is 127 (50% from 255 or 86.39% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1004 is #80EFFB. Grayscale: #2F2F2F. Windows color (decimal): -8450044 or 266367. OLE color: 266367.
HSL color Cylindrical-coordinate representation of color #7F1004: hue angle of 5.85º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F1004 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 16 | 4 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.50 |
| HSL | 5.85º | 0.94% | 0.26% | - |
| HSV(B) | 5.85º | 0.97% | 0.5% | - |
| XYZ | 8.96 | 4.89 | 0.59 | - |
| YUV | 47.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 16 | 4 | 0 | 0.87 | 0.97 | 0.50 | 5.85 | 0.94 | 0.26 |
| Hex | 7F | 10 | 4 | 0 | 57 | 61 | 32 | 6 | 5E | 1A |
| Octal | 177 | 20 | 4 | 0 | 127 | 141 | 62 | 6 | 136 | 32 |
| Binary | 1111111 | 10000 | 100 | 0 | 1010111 | 1100001 | 110010 | 110 | 1011110 | 11010 |
Color Harmonies of #7F1004
Complementary color
Monochromatic Colors of #7F1004
Black with #7F1004
Text Example
Text Example
White with #7F1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1004; }
p { color: rgb(127,16,4); }
H1.HeaderClassName
{
color: #7F1004;
}
.AnyTagClassName
{
color: #7F1004;
}
</style>
background-color css
<style>
a { background-color: #7F1004; }
a { background-color: rgb(127,16,4); }
div.DivClassName
{
background-color: #7F1004;
}
.BgClassName
{
background-color: #7F1004;
}
</style>
border-color css
<style>
span { border-color: #7F1004; }
span { border-color: rgb(127,16,4); }
td.TdClassName
{
border-color: #7F1004;
}
.TagClassName
{
border-color: #7F1004;
}
</style>