Shades of Red Berry #7A2021
Tints of Red Berry #7A2021
RGB
CMYK
RGB Variations
Color information
#7A2021 (or 0x7A2021) is known color: Red Berry. HEX triplet: 7A, 20 and 21. RGB value is (122,32,33). Sum of RGB (Red+Green+Blue) = 122+32+33=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2021 is #85DFDE. Grayscale: #3B3B3B. Windows color (decimal): -8773599 or 2171002. OLE color: 2171002.
HSL color Cylindrical-coordinate representation of color #7A2021: hue angle of 359.33º 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 #7A2021 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 32 | 33 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.52 |
| HSL | 359.33º | 0.58% | 0.3% | - |
| HSV(B) | 359.33º | 0.74% | 0.48% | - |
| XYZ | 8.82 | 5.28 | 1.99 | - |
| YUV | 59.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 32 | 33 | 0 | 0.74 | 0.73 | 0.52 | 359.33 | 0.58 | 0.3 |
| Hex | 7A | 20 | 21 | 0 | 4A | 49 | 34 | 167 | 3A | 1E |
| Octal | 172 | 40 | 41 | 0 | 112 | 111 | 64 | 547 | 72 | 36 |
| Binary | 1111010 | 100000 | 100001 | 0 | 1001010 | 1001001 | 110100 | 101100111 | 111010 | 11110 |
Color Harmonies of #7A2021
Complementary color
Monochromatic Colors of #7A2021
Black with #7A2021
Text Example
Text Example
White with #7A2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2021; }
p { color: rgb(122,32,33); }
H1.HeaderClassName
{
color: #7A2021;
}
.AnyTagClassName
{
color: #7A2021;
}
</style>
background-color css
<style>
a { background-color: #7A2021; }
a { background-color: rgb(122,32,33); }
div.DivClassName
{
background-color: #7A2021;
}
.BgClassName
{
background-color: #7A2021;
}
</style>
border-color css
<style>
span { border-color: #7A2021; }
span { border-color: rgb(122,32,33); }
td.TdClassName
{
border-color: #7A2021;
}
.TagClassName
{
border-color: #7A2021;
}
</style>