Shades of Red Berry #7A161E
Tints of Red Berry #7A161E
RGB
CMYK
RGB Variations
Color information
#7A161E (or 0x7A161E) is known color: Red Berry. HEX triplet: 7A, 16 and 1E. RGB value is (122,22,30). Sum of RGB (Red+Green+Blue) = 122+22+30=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A161E is #85E9E1. Grayscale: #343434. Windows color (decimal): -8776162 or 1971834. OLE color: 1971834.
HSL color Cylindrical-coordinate representation of color #7A161E: hue angle of 355.2º 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 #7A161E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 30 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.52 |
| HSL | 355.2º | 0.69% | 0.28% | - |
| HSV(B) | 355.2º | 0.82% | 0.48% | - |
| XYZ | 8.55 | 4.81 | 1.71 | - |
| YUV | 52.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 30 | 0 | 0.82 | 0.75 | 0.52 | 355.2 | 0.69 | 0.28 |
| Hex | 7A | 16 | 1E | 0 | 52 | 4B | 34 | 163 | 45 | 1C |
| Octal | 172 | 26 | 36 | 0 | 122 | 113 | 64 | 543 | 105 | 34 |
| Binary | 1111010 | 10110 | 11110 | 0 | 1010010 | 1001011 | 110100 | 101100011 | 1000101 | 11100 |
Color Harmonies of #7A161E
Complementary color
Monochromatic Colors of #7A161E
Black with #7A161E
Text Example
Text Example
White with #7A161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A161E; }
p { color: rgb(122,22,30); }
H1.HeaderClassName
{
color: #7A161E;
}
.AnyTagClassName
{
color: #7A161E;
}
</style>
background-color css
<style>
a { background-color: #7A161E; }
a { background-color: rgb(122,22,30); }
div.DivClassName
{
background-color: #7A161E;
}
.BgClassName
{
background-color: #7A161E;
}
</style>
border-color css
<style>
span { border-color: #7A161E; }
span { border-color: rgb(122,22,30); }
td.TdClassName
{
border-color: #7A161E;
}
.TagClassName
{
border-color: #7A161E;
}
</style>