Shades of Red Berry #7A2022
Tints of Red Berry #7A2022
RGB
CMYK
RGB Variations
Color information
#7A2022 (or 0x7A2022) is known color: Red Berry. HEX triplet: 7A, 20 and 22. RGB value is (122,32,34). Sum of RGB (Red+Green+Blue) = 122+32+34=188 (24% of max value = 765). Red value is 122 (48.05% from 255 or 64.89% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2022 is #85DFDD. Grayscale: #3B3B3B. Windows color (decimal): -8773598 or 2236538. OLE color: 2236538.
HSL color Cylindrical-coordinate representation of color #7A2022: hue angle of 358.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2022 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 34 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.52 |
| HSL | 358.67º | 0.58% | 0.3% | - |
| HSV(B) | 358.67º | 0.74% | 0.48% | - |
| XYZ | 8.83 | 5.29 | 2.07 | - |
| YUV | 59.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 34 | 0 | 0.74 | 0.72 | 0.52 | 358.67 | 0.58 | 0.3 |
| Hex | 7A | 20 | 22 | 0 | 4A | 48 | 34 | 167 | 3A | 1E |
| Octal | 172 | 40 | 42 | 0 | 112 | 110 | 64 | 547 | 72 | 36 |
| Binary | 1111010 | 100000 | 100010 | 0 | 1001010 | 1001000 | 110100 | 101100111 | 111010 | 11110 |
Color Harmonies of #7A2022
Complementary color
Monochromatic Colors of #7A2022
Black with #7A2022
Text Example
Text Example
White with #7A2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2022; }
p { color: rgb(122,32,34); }
H1.HeaderClassName
{
color: #7A2022;
}
.AnyTagClassName
{
color: #7A2022;
}
</style>
background-color css
<style>
a { background-color: #7A2022; }
a { background-color: rgb(122,32,34); }
div.DivClassName
{
background-color: #7A2022;
}
.BgClassName
{
background-color: #7A2022;
}
</style>
border-color css
<style>
span { border-color: #7A2022; }
span { border-color: rgb(122,32,34); }
td.TdClassName
{
border-color: #7A2022;
}
.TagClassName
{
border-color: #7A2022;
}
</style>