Shades of Maroon #7A1305
Tints of Maroon #7A1305
RGB
CMYK
RGB Variations
Color information
#7A1305 (or 0x7A1305) is known color: Maroon. HEX triplet: 7A, 13 and 05. RGB value is (122,19,5). Sum of RGB (Red+Green+Blue) = 122+19+5=146 (19% of max value = 765). Red value is 122 (48.05% from 255 or 83.56% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1305 is #85ECFA. Grayscale: #303030. Windows color (decimal): -8776955 or 332666. OLE color: 332666.
HSL color Cylindrical-coordinate representation of color #7A1305: hue angle of 7.18º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A1305 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 5 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.52 |
| HSL | 7.18º | 0.92% | 0.25% | - |
| HSV(B) | 7.18º | 0.96% | 0.48% | - |
| XYZ | 8.29 | 4.61 | 0.6 | - |
| YUV | 48.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 5 | 0 | 0.84 | 0.96 | 0.52 | 7.18 | 0.92 | 0.25 |
| Hex | 7A | 13 | 5 | 0 | 54 | 60 | 34 | 7 | 5C | 19 |
| Octal | 172 | 23 | 5 | 0 | 124 | 140 | 64 | 7 | 134 | 31 |
| Binary | 1111010 | 10011 | 101 | 0 | 1010100 | 1100000 | 110100 | 111 | 1011100 | 11001 |
Color Harmonies of #7A1305
Complementary color
Monochromatic Colors of #7A1305
Black with #7A1305
Text Example
Text Example
White with #7A1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1305; }
p { color: rgb(122,19,5); }
H1.HeaderClassName
{
color: #7A1305;
}
.AnyTagClassName
{
color: #7A1305;
}
</style>
background-color css
<style>
a { background-color: #7A1305; }
a { background-color: rgb(122,19,5); }
div.DivClassName
{
background-color: #7A1305;
}
.BgClassName
{
background-color: #7A1305;
}
</style>
border-color css
<style>
span { border-color: #7A1305; }
span { border-color: rgb(122,19,5); }
td.TdClassName
{
border-color: #7A1305;
}
.TagClassName
{
border-color: #7A1305;
}
</style>