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