Shades of Red Berry #7A162B
Tints of Red Berry #7A162B
RGB
CMYK
RGB Variations
Color information
#7A162B (or 0x7A162B) is known color: Red Berry. HEX triplet: 7A, 16 and 2B. RGB value is (122,22,43). Sum of RGB (Red+Green+Blue) = 122+22+43=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A162B is #85E9D4. Grayscale: #363636. Windows color (decimal): -8776149 or 2823802. OLE color: 2823802.
HSL color Cylindrical-coordinate representation of color #7A162B: hue angle of 347.4º 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 #7A162B is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 43 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.52 |
| HSL | 347.4º | 0.69% | 0.28% | - |
| HSV(B) | 347.4º | 0.82% | 0.48% | - |
| XYZ | 8.75 | 4.89 | 2.77 | - |
| YUV | 54.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 43 | 0 | 0.82 | 0.65 | 0.52 | 347.4 | 0.69 | 0.28 |
| Hex | 7A | 16 | 2B | 0 | 52 | 41 | 34 | 15B | 45 | 1C |
| Octal | 172 | 26 | 53 | 0 | 122 | 101 | 64 | 533 | 105 | 34 |
| Binary | 1111010 | 10110 | 101011 | 0 | 1010010 | 1000001 | 110100 | 101011011 | 1000101 | 11100 |
Color Harmonies of #7A162B
Complementary color
Monochromatic Colors of #7A162B
Black with #7A162B
Text Example
Text Example
White with #7A162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A162B; }
p { color: rgb(122,22,43); }
H1.HeaderClassName
{
color: #7A162B;
}
.AnyTagClassName
{
color: #7A162B;
}
</style>
background-color css
<style>
a { background-color: #7A162B; }
a { background-color: rgb(122,22,43); }
div.DivClassName
{
background-color: #7A162B;
}
.BgClassName
{
background-color: #7A162B;
}
</style>
border-color css
<style>
span { border-color: #7A162B; }
span { border-color: rgb(122,22,43); }
td.TdClassName
{
border-color: #7A162B;
}
.TagClassName
{
border-color: #7A162B;
}
</style>