Shades of Red Berry #7A1222
Tints of Red Berry #7A1222
RGB
CMYK
RGB Variations
Color information
#7A1222 (or 0x7A1222) is known color: Red Berry. HEX triplet: 7A, 12 and 22. RGB value is (122,18,34). Sum of RGB (Red+Green+Blue) = 122+18+34=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1222 is #85EDDD. Grayscale: #323232. Windows color (decimal): -8777182 or 2232954. OLE color: 2232954.
HSL color Cylindrical-coordinate representation of color #7A1222: hue angle of 350.77º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1222 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 34 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.52 |
| HSL | 350.77º | 0.74% | 0.27% | - |
| HSV(B) | 350.77º | 0.85% | 0.48% | - |
| XYZ | 8.53 | 4.69 | 1.97 | - |
| YUV | 50.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 34 | 0 | 0.85 | 0.72 | 0.52 | 350.77 | 0.74 | 0.27 |
| Hex | 7A | 12 | 22 | 0 | 55 | 48 | 34 | 15F | 4A | 1B |
| Octal | 172 | 22 | 42 | 0 | 125 | 110 | 64 | 537 | 112 | 33 |
| Binary | 1111010 | 10010 | 100010 | 0 | 1010101 | 1001000 | 110100 | 101011111 | 1001010 | 11011 |
Color Harmonies of #7A1222
Complementary color
Monochromatic Colors of #7A1222
Black with #7A1222
Text Example
Text Example
White with #7A1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1222; }
p { color: rgb(122,18,34); }
H1.HeaderClassName
{
color: #7A1222;
}
.AnyTagClassName
{
color: #7A1222;
}
</style>
background-color css
<style>
a { background-color: #7A1222; }
a { background-color: rgb(122,18,34); }
div.DivClassName
{
background-color: #7A1222;
}
.BgClassName
{
background-color: #7A1222;
}
</style>
border-color css
<style>
span { border-color: #7A1222; }
span { border-color: rgb(122,18,34); }
td.TdClassName
{
border-color: #7A1222;
}
.TagClassName
{
border-color: #7A1222;
}
</style>