Shades of Maroon #7A0703
Tints of Maroon #7A0703
RGB
CMYK
RGB Variations
Color information
#7A0703 (or 0x7A0703) is known color: Maroon. HEX triplet: 7A, 07 and 03. RGB value is (122,7,3). Sum of RGB (Red+Green+Blue) = 122+7+3=132 (17% of max value = 765). Red value is 122 (48.05% from 255 or 92.42% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0703 is #85F8FC. Grayscale: #292929. Windows color (decimal): -8780029 or 198522. OLE color: 198522.
HSL color Cylindrical-coordinate representation of color #7A0703: hue angle of 2.02º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A0703 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.52 |
| HSL | 2.02º | 0.95% | 0.25% | - |
| HSV(B) | 2.02º | 0.98% | 0.48% | - |
| XYZ | 8.12 | 4.3 | 0.49 | - |
| YUV | 40.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 3 | 0 | 0.94 | 0.98 | 0.52 | 2.02 | 0.95 | 0.25 |
| Hex | 7A | 7 | 3 | 0 | 5E | 62 | 34 | 2 | 5F | 19 |
| Octal | 172 | 7 | 3 | 0 | 136 | 142 | 64 | 2 | 137 | 31 |
| Binary | 1111010 | 111 | 11 | 0 | 1011110 | 1100010 | 110100 | 10 | 1011111 | 11001 |
Color Harmonies of #7A0703
Complementary color
Monochromatic Colors of #7A0703
Black with #7A0703
Text Example
Text Example
White with #7A0703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0703; }
p { color: rgb(122,7,3); }
H1.HeaderClassName
{
color: #7A0703;
}
.AnyTagClassName
{
color: #7A0703;
}
</style>
background-color css
<style>
a { background-color: #7A0703; }
a { background-color: rgb(122,7,3); }
div.DivClassName
{
background-color: #7A0703;
}
.BgClassName
{
background-color: #7A0703;
}
</style>
border-color css
<style>
span { border-color: #7A0703; }
span { border-color: rgb(122,7,3); }
td.TdClassName
{
border-color: #7A0703;
}
.TagClassName
{
border-color: #7A0703;
}
</style>