Shades of Maroon #7A1006
Tints of Maroon #7A1006
RGB
CMYK
RGB Variations
Color information
#7A1006 (or 0x7A1006) is known color: Maroon. HEX triplet: 7A, 10 and 06. RGB value is (122,16,6). Sum of RGB (Red+Green+Blue) = 122+16+6=144 (19% of max value = 765). Red value is 122 (48.05% from 255 or 84.72% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1006 is #85EFF9. Grayscale: #2E2E2E. Windows color (decimal): -8777722 or 397434. OLE color: 397434.
HSL color Cylindrical-coordinate representation of color #7A1006: hue angle of 5.17º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A1006 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 6 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.52 |
| HSL | 5.17º | 0.91% | 0.25% | - |
| HSV(B) | 5.17º | 0.95% | 0.48% | - |
| XYZ | 8.24 | 4.52 | 0.61 | - |
| YUV | 46.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 6 | 0 | 0.87 | 0.95 | 0.52 | 5.17 | 0.91 | 0.25 |
| Hex | 7A | 10 | 6 | 0 | 57 | 5F | 34 | 5 | 5B | 19 |
| Octal | 172 | 20 | 6 | 0 | 127 | 137 | 64 | 5 | 133 | 31 |
| Binary | 1111010 | 10000 | 110 | 0 | 1010111 | 1011111 | 110100 | 101 | 1011011 | 11001 |
Color Harmonies of #7A1006
Complementary color
Monochromatic Colors of #7A1006
Black with #7A1006
Text Example
Text Example
White with #7A1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1006; }
p { color: rgb(122,16,6); }
H1.HeaderClassName
{
color: #7A1006;
}
.AnyTagClassName
{
color: #7A1006;
}
</style>
background-color css
<style>
a { background-color: #7A1006; }
a { background-color: rgb(122,16,6); }
div.DivClassName
{
background-color: #7A1006;
}
.BgClassName
{
background-color: #7A1006;
}
</style>
border-color css
<style>
span { border-color: #7A1006; }
span { border-color: rgb(122,16,6); }
td.TdClassName
{
border-color: #7A1006;
}
.TagClassName
{
border-color: #7A1006;
}
</style>