Shades of Maroon #7A0F00
Tints of Maroon #7A0F00
RGB
CMYK
RGB Variations
Color information
#7A0F00 (or 0x7A0F00) is known color: Maroon. HEX triplet: 7A, 0F and 00. RGB value is (122,15,0). Sum of RGB (Red+Green+Blue) = 122+15+0=137 (18% of max value = 765). Red value is 122 (48.05% from 255 or 89.05% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0F00 is #85F0FF. Grayscale: #2D2D2D. Windows color (decimal): -8777984 or 3962. OLE color: 3962.
HSL color Cylindrical-coordinate representation of color #7A0F00: hue angle of 7.38º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0F00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 15 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.52 |
| HSL | 7.38º | 1% | 0.24% | - |
| HSV(B) | 7.38º | 1% | 0.48% | - |
| XYZ | 8.2 | 4.48 | 0.43 | - |
| YUV | 45.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 15 | 0 | 0 | 0.88 | 1 | 0.52 | 7.38 | 1 | 0.24 |
| Hex | 7A | F | 0 | 0 | 58 | 64 | 34 | 7 | 64 | 18 |
| Octal | 172 | 17 | 0 | 0 | 130 | 144 | 64 | 7 | 144 | 30 |
| Binary | 1111010 | 1111 | 0 | 0 | 1011000 | 1100100 | 110100 | 111 | 1100100 | 11000 |
Color Harmonies of #7A0F00
Complementary color
Monochromatic Colors of #7A0F00
Black with #7A0F00
Text Example
Text Example
White with #7A0F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0F00; }
p { color: rgb(122,15,0); }
H1.HeaderClassName
{
color: #7A0F00;
}
.AnyTagClassName
{
color: #7A0F00;
}
</style>
background-color css
<style>
a { background-color: #7A0F00; }
a { background-color: rgb(122,15,0); }
div.DivClassName
{
background-color: #7A0F00;
}
.BgClassName
{
background-color: #7A0F00;
}
</style>
border-color css
<style>
span { border-color: #7A0F00; }
span { border-color: rgb(122,15,0); }
td.TdClassName
{
border-color: #7A0F00;
}
.TagClassName
{
border-color: #7A0F00;
}
</style>