Shades of Red Berry #7A1116
Tints of Red Berry #7A1116
RGB
CMYK
RGB Variations
Color information
#7A1116 (or 0x7A1116) is known color: Red Berry. HEX triplet: 7A, 11 and 16. RGB value is (122,17,22). Sum of RGB (Red+Green+Blue) = 122+17+22=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1116 is #85EEE9. Grayscale: #313131. Windows color (decimal): -8777450 or 1446266. OLE color: 1446266.
HSL color Cylindrical-coordinate representation of color #7A1116: hue angle of 357.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1116 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 17 | 22 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.52 |
| HSL | 357.14º | 0.76% | 0.27% | - |
| HSV(B) | 357.14º | 0.86% | 0.48% | - |
| XYZ | 8.37 | 4.6 | 1.21 | - |
| YUV | 48.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 22 | 0 | 0.86 | 0.82 | 0.52 | 357.14 | 0.76 | 0.27 |
| Hex | 7A | 11 | 16 | 0 | 56 | 52 | 34 | 165 | 4C | 1B |
| Octal | 172 | 21 | 26 | 0 | 126 | 122 | 64 | 545 | 114 | 33 |
| Binary | 1111010 | 10001 | 10110 | 0 | 1010110 | 1010010 | 110100 | 101100101 | 1001100 | 11011 |
Color Harmonies of #7A1116
Complementary color
Monochromatic Colors of #7A1116
Black with #7A1116
Text Example
Text Example
White with #7A1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1116; }
p { color: rgb(122,17,22); }
H1.HeaderClassName
{
color: #7A1116;
}
.AnyTagClassName
{
color: #7A1116;
}
</style>
background-color css
<style>
a { background-color: #7A1116; }
a { background-color: rgb(122,17,22); }
div.DivClassName
{
background-color: #7A1116;
}
.BgClassName
{
background-color: #7A1116;
}
</style>
border-color css
<style>
span { border-color: #7A1116; }
span { border-color: rgb(122,17,22); }
td.TdClassName
{
border-color: #7A1116;
}
.TagClassName
{
border-color: #7A1116;
}
</style>