Shades of Red Berry #7A2124
Tints of Red Berry #7A2124
RGB
CMYK
RGB Variations
Color information
#7A2124 (or 0x7A2124) is known color: Red Berry. HEX triplet: 7A, 21 and 24. RGB value is (122,33,36). Sum of RGB (Red+Green+Blue) = 122+33+36=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2124 is #85DEDB. Grayscale: #3C3C3C. Windows color (decimal): -8773340 or 2367866. OLE color: 2367866.
HSL color Cylindrical-coordinate representation of color #7A2124: hue angle of 357.98º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2124 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 36 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.52 |
| HSL | 357.98º | 0.57% | 0.3% | - |
| HSV(B) | 357.98º | 0.73% | 0.48% | - |
| XYZ | 8.89 | 5.35 | 2.23 | - |
| YUV | 59.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 36 | 0 | 0.73 | 0.70 | 0.52 | 357.98 | 0.57 | 0.3 |
| Hex | 7A | 21 | 24 | 0 | 49 | 46 | 34 | 166 | 39 | 1E |
| Octal | 172 | 41 | 44 | 0 | 111 | 106 | 64 | 546 | 71 | 36 |
| Binary | 1111010 | 100001 | 100100 | 0 | 1001001 | 1000110 | 110100 | 101100110 | 111001 | 11110 |
Color Harmonies of #7A2124
Complementary color
Monochromatic Colors of #7A2124
Black with #7A2124
Text Example
Text Example
White with #7A2124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2124; }
p { color: rgb(122,33,36); }
H1.HeaderClassName
{
color: #7A2124;
}
.AnyTagClassName
{
color: #7A2124;
}
</style>
background-color css
<style>
a { background-color: #7A2124; }
a { background-color: rgb(122,33,36); }
div.DivClassName
{
background-color: #7A2124;
}
.BgClassName
{
background-color: #7A2124;
}
</style>
border-color css
<style>
span { border-color: #7A2124; }
span { border-color: rgb(122,33,36); }
td.TdClassName
{
border-color: #7A2124;
}
.TagClassName
{
border-color: #7A2124;
}
</style>