Shades of Maroon #7A1202
Tints of Maroon #7A1202
RGB
CMYK
RGB Variations
Color information
#7A1202 (or 0x7A1202) is known color: Maroon. HEX triplet: 7A, 12 and 02. RGB value is (122,18,2). Sum of RGB (Red+Green+Blue) = 122+18+2=142 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.92% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1202 is #85EDFD. Grayscale: #2F2F2F. Windows color (decimal): -8777214 or 135802. OLE color: 135802.
HSL color Cylindrical-coordinate representation of color #7A1202: hue angle of 8º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A1202 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 2 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.52 |
| HSL | 8º | 0.97% | 0.24% | - |
| HSV(B) | 8º | 0.98% | 0.48% | - |
| XYZ | 8.25 | 4.57 | 0.51 | - |
| YUV | 47.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 2 | 0 | 0.85 | 0.98 | 0.52 | 8 | 0.97 | 0.24 |
| Hex | 7A | 12 | 2 | 0 | 55 | 62 | 34 | 8 | 61 | 18 |
| Octal | 172 | 22 | 2 | 0 | 125 | 142 | 64 | 10 | 141 | 30 |
| Binary | 1111010 | 10010 | 10 | 0 | 1010101 | 1100010 | 110100 | 1000 | 1100001 | 11000 |
Color Harmonies of #7A1202
Complementary color
Monochromatic Colors of #7A1202
Black with #7A1202
Text Example
Text Example
White with #7A1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1202; }
p { color: rgb(122,18,2); }
H1.HeaderClassName
{
color: #7A1202;
}
.AnyTagClassName
{
color: #7A1202;
}
</style>
background-color css
<style>
a { background-color: #7A1202; }
a { background-color: rgb(122,18,2); }
div.DivClassName
{
background-color: #7A1202;
}
.BgClassName
{
background-color: #7A1202;
}
</style>
border-color css
<style>
span { border-color: #7A1202; }
span { border-color: rgb(122,18,2); }
td.TdClassName
{
border-color: #7A1202;
}
.TagClassName
{
border-color: #7A1202;
}
</style>