Shades of Red Berry #7A161A
Tints of Red Berry #7A161A
RGB
CMYK
RGB Variations
Color information
#7A161A (or 0x7A161A) is known color: Red Berry. HEX triplet: 7A, 16 and 1A. RGB value is (122,22,26). Sum of RGB (Red+Green+Blue) = 122+22+26=170 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.76% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 122 - color contains mainly: red. Hex color #7A161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A161A is #85E9E5. Grayscale: #343434. Windows color (decimal): -8776166 or 1709690. OLE color: 1709690.
HSL color Cylindrical-coordinate representation of color #7A161A: hue angle of 357.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A161A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 26 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.52 |
| HSL | 357.6º | 0.69% | 0.28% | - |
| HSV(B) | 357.6º | 0.82% | 0.48% | - |
| XYZ | 8.5 | 4.79 | 1.45 | - |
| YUV | 52.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 26 | 0 | 0.82 | 0.79 | 0.52 | 357.6 | 0.69 | 0.28 |
| Hex | 7A | 16 | 1A | 0 | 52 | 4F | 34 | 166 | 45 | 1C |
| Octal | 172 | 26 | 32 | 0 | 122 | 117 | 64 | 546 | 105 | 34 |
| Binary | 1111010 | 10110 | 11010 | 0 | 1010010 | 1001111 | 110100 | 101100110 | 1000101 | 11100 |
Color Harmonies of #7A161A
Complementary color
Monochromatic Colors of #7A161A
Black with #7A161A
Text Example
Text Example
White with #7A161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A161A; }
p { color: rgb(122,22,26); }
H1.HeaderClassName
{
color: #7A161A;
}
.AnyTagClassName
{
color: #7A161A;
}
</style>
background-color css
<style>
a { background-color: #7A161A; }
a { background-color: rgb(122,22,26); }
div.DivClassName
{
background-color: #7A161A;
}
.BgClassName
{
background-color: #7A161A;
}
</style>
border-color css
<style>
span { border-color: #7A161A; }
span { border-color: rgb(122,22,26); }
td.TdClassName
{
border-color: #7A161A;
}
.TagClassName
{
border-color: #7A161A;
}
</style>