Shades of Red Berry #7A192B
Tints of Red Berry #7A192B
RGB
CMYK
RGB Variations
Color information
#7A192B (or 0x7A192B) is known color: Red Berry. HEX triplet: 7A, 19 and 2B. RGB value is (122,25,43). Sum of RGB (Red+Green+Blue) = 122+25+43=190 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.21% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 122 - color contains mainly: red. Hex color #7A192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A192B is #85E6D4. Grayscale: #383838. Windows color (decimal): -8775381 or 2824570. OLE color: 2824570.
HSL color Cylindrical-coordinate representation of color #7A192B: hue angle of 348.87º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A192B is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 43 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.52 |
| HSL | 348.87º | 0.66% | 0.29% | - |
| HSV(B) | 348.87º | 0.8% | 0.48% | - |
| XYZ | 8.81 | 5.01 | 2.79 | - |
| YUV | 56.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 43 | 0 | 0.80 | 0.65 | 0.52 | 348.87 | 0.66 | 0.29 |
| Hex | 7A | 19 | 2B | 0 | 50 | 41 | 34 | 15D | 42 | 1D |
| Octal | 172 | 31 | 53 | 0 | 120 | 101 | 64 | 535 | 102 | 35 |
| Binary | 1111010 | 11001 | 101011 | 0 | 1010000 | 1000001 | 110100 | 101011101 | 1000010 | 11101 |
Color Harmonies of #7A192B
Complementary color
Monochromatic Colors of #7A192B
Black with #7A192B
Text Example
Text Example
White with #7A192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A192B; }
p { color: rgb(122,25,43); }
H1.HeaderClassName
{
color: #7A192B;
}
.AnyTagClassName
{
color: #7A192B;
}
</style>
background-color css
<style>
a { background-color: #7A192B; }
a { background-color: rgb(122,25,43); }
div.DivClassName
{
background-color: #7A192B;
}
.BgClassName
{
background-color: #7A192B;
}
</style>
border-color css
<style>
span { border-color: #7A192B; }
span { border-color: rgb(122,25,43); }
td.TdClassName
{
border-color: #7A192B;
}
.TagClassName
{
border-color: #7A192B;
}
</style>