Shades of Maroon #7F0905
Tints of Maroon #7F0905
RGB
CMYK
RGB Variations
Color information
#7F0905 (or 0x7F0905) is known color: Maroon. HEX triplet: 7F, 09 and 05. RGB value is (127,9,5). Sum of RGB (Red+Green+Blue) = 127+9+5=141 (18% of max value = 765). Red value is 127 (50% from 255 or 90.07% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0905 is #80F6FA. Grayscale: #2B2B2B. Windows color (decimal): -8451835 or 330111. OLE color: 330111.
HSL color Cylindrical-coordinate representation of color #7F0905: hue angle of 1.97º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0905 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 5 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.50 |
| HSL | 1.97º | 0.92% | 0.26% | - |
| HSV(B) | 1.97º | 0.96% | 0.5% | - |
| XYZ | 8.88 | 4.72 | 0.59 | - |
| YUV | 43.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 5 | 0 | 0.93 | 0.96 | 0.50 | 1.97 | 0.92 | 0.26 |
| Hex | 7F | 9 | 5 | 0 | 5D | 60 | 32 | 2 | 5C | 1A |
| Octal | 177 | 11 | 5 | 0 | 135 | 140 | 62 | 2 | 134 | 32 |
| Binary | 1111111 | 1001 | 101 | 0 | 1011101 | 1100000 | 110010 | 10 | 1011100 | 11010 |
Color Harmonies of #7F0905
Complementary color
Monochromatic Colors of #7F0905
Black with #7F0905
Text Example
Text Example
White with #7F0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0905; }
p { color: rgb(127,9,5); }
H1.HeaderClassName
{
color: #7F0905;
}
.AnyTagClassName
{
color: #7F0905;
}
</style>
background-color css
<style>
a { background-color: #7F0905; }
a { background-color: rgb(127,9,5); }
div.DivClassName
{
background-color: #7F0905;
}
.BgClassName
{
background-color: #7F0905;
}
</style>
border-color css
<style>
span { border-color: #7F0905; }
span { border-color: rgb(127,9,5); }
td.TdClassName
{
border-color: #7F0905;
}
.TagClassName
{
border-color: #7F0905;
}
</style>