Shades of Maroon #7F0904
Tints of Maroon #7F0904
RGB
CMYK
RGB Variations
Color information
#7F0904 (or 0x7F0904) is known color: Maroon. HEX triplet: 7F, 09 and 04. RGB value is (127,9,4). Sum of RGB (Red+Green+Blue) = 127+9+4=140 (18% of max value = 765). Red value is 127 (50% from 255 or 90.71% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0904 is #80F6FB. Grayscale: #2B2B2B. Windows color (decimal): -8451836 or 264575. OLE color: 264575.
HSL color Cylindrical-coordinate representation of color #7F0904: hue angle of 2.44º 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 #7F0904 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 4 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.50 |
| HSL | 2.44º | 0.94% | 0.26% | - |
| HSV(B) | 2.44º | 0.97% | 0.5% | - |
| XYZ | 8.87 | 4.72 | 0.56 | - |
| YUV | 43.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 4 | 0 | 0.93 | 0.97 | 0.50 | 2.44 | 0.94 | 0.26 |
| Hex | 7F | 9 | 4 | 0 | 5D | 61 | 32 | 2 | 5E | 1A |
| Octal | 177 | 11 | 4 | 0 | 135 | 141 | 62 | 2 | 136 | 32 |
| Binary | 1111111 | 1001 | 100 | 0 | 1011101 | 1100001 | 110010 | 10 | 1011110 | 11010 |
Color Harmonies of #7F0904
Complementary color
Monochromatic Colors of #7F0904
Black with #7F0904
Text Example
Text Example
White with #7F0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0904; }
p { color: rgb(127,9,4); }
H1.HeaderClassName
{
color: #7F0904;
}
.AnyTagClassName
{
color: #7F0904;
}
</style>
background-color css
<style>
a { background-color: #7F0904; }
a { background-color: rgb(127,9,4); }
div.DivClassName
{
background-color: #7F0904;
}
.BgClassName
{
background-color: #7F0904;
}
</style>
border-color css
<style>
span { border-color: #7F0904; }
span { border-color: rgb(127,9,4); }
td.TdClassName
{
border-color: #7F0904;
}
.TagClassName
{
border-color: #7F0904;
}
</style>