Shades of Maroon #7F1106
Tints of Maroon #7F1106
RGB
CMYK
RGB Variations
Color information
#7F1106 (or 0x7F1106) is known color: Maroon. HEX triplet: 7F, 11 and 06. RGB value is (127,17,6). Sum of RGB (Red+Green+Blue) = 127+17+6=150 (19% of max value = 765). Red value is 127 (50% from 255 or 84.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1106 is #80EEF9. Grayscale: #303030. Windows color (decimal): -8449786 or 397695. OLE color: 397695.
HSL color Cylindrical-coordinate representation of color #7F1106: hue angle of 5.45º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F1106 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 17 | 6 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.50 |
| HSL | 5.45º | 0.91% | 0.26% | - |
| HSV(B) | 5.45º | 0.95% | 0.5% | - |
| XYZ | 8.99 | 4.93 | 0.65 | - |
| YUV | 48.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 6 | 0 | 0.87 | 0.95 | 0.50 | 5.45 | 0.91 | 0.26 |
| Hex | 7F | 11 | 6 | 0 | 57 | 5F | 32 | 5 | 5B | 1A |
| Octal | 177 | 21 | 6 | 0 | 127 | 137 | 62 | 5 | 133 | 32 |
| Binary | 1111111 | 10001 | 110 | 0 | 1010111 | 1011111 | 110010 | 101 | 1011011 | 11010 |
Color Harmonies of #7F1106
Complementary color
Monochromatic Colors of #7F1106
Black with #7F1106
Text Example
Text Example
White with #7F1106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1106; }
p { color: rgb(127,17,6); }
H1.HeaderClassName
{
color: #7F1106;
}
.AnyTagClassName
{
color: #7F1106;
}
</style>
background-color css
<style>
a { background-color: #7F1106; }
a { background-color: rgb(127,17,6); }
div.DivClassName
{
background-color: #7F1106;
}
.BgClassName
{
background-color: #7F1106;
}
</style>
border-color css
<style>
span { border-color: #7F1106; }
span { border-color: rgb(127,17,6); }
td.TdClassName
{
border-color: #7F1106;
}
.TagClassName
{
border-color: #7F1106;
}
</style>