Shades of Red Berry #7A2223
Tints of Red Berry #7A2223
RGB
CMYK
RGB Variations
Color information
#7A2223 (or 0x7A2223) is known color: Red Berry. HEX triplet: 7A, 22 and 23. RGB value is (122,34,35). Sum of RGB (Red+Green+Blue) = 122+34+35=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2223 is #85DDDC. Grayscale: #3C3C3C. Windows color (decimal): -8773085 or 2302586. OLE color: 2302586.
HSL color Cylindrical-coordinate representation of color #7A2223: hue angle of 359.32º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2223 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 34 | 35 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.52 |
| HSL | 359.32º | 0.56% | 0.31% | - |
| HSV(B) | 359.32º | 0.72% | 0.48% | - |
| XYZ | 8.9 | 5.4 | 2.16 | - |
| YUV | 60.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 34 | 35 | 0 | 0.72 | 0.71 | 0.52 | 359.32 | 0.56 | 0.31 |
| Hex | 7A | 22 | 23 | 0 | 48 | 47 | 34 | 167 | 38 | 1F |
| Octal | 172 | 42 | 43 | 0 | 110 | 107 | 64 | 547 | 70 | 37 |
| Binary | 1111010 | 100010 | 100011 | 0 | 1001000 | 1000111 | 110100 | 101100111 | 111000 | 11111 |
Color Harmonies of #7A2223
Complementary color
Monochromatic Colors of #7A2223
Black with #7A2223
Text Example
Text Example
White with #7A2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2223; }
p { color: rgb(122,34,35); }
H1.HeaderClassName
{
color: #7A2223;
}
.AnyTagClassName
{
color: #7A2223;
}
</style>
background-color css
<style>
a { background-color: #7A2223; }
a { background-color: rgb(122,34,35); }
div.DivClassName
{
background-color: #7A2223;
}
.BgClassName
{
background-color: #7A2223;
}
</style>
border-color css
<style>
span { border-color: #7A2223; }
span { border-color: rgb(122,34,35); }
td.TdClassName
{
border-color: #7A2223;
}
.TagClassName
{
border-color: #7A2223;
}
</style>