Shades of Red Berry #79192C
Tints of Red Berry #79192C
RGB
CMYK
RGB Variations
Color information
#79192C (or 0x79192C) is known color: Red Berry. HEX triplet: 79, 19 and 2C. RGB value is (121,25,44). Sum of RGB (Red+Green+Blue) = 121+25+44=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #79192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79192C is #86E6D3. Grayscale: #373737. Windows color (decimal): -8840916 or 2890105. OLE color: 2890105.
HSL color Cylindrical-coordinate representation of color #79192C: hue angle of 348.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79192C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 25 | 44 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.53 |
| HSL | 348.13º | 0.66% | 0.29% | - |
| HSV(B) | 348.13º | 0.79% | 0.47% | - |
| XYZ | 8.69 | 4.94 | 2.88 | - |
| YUV | 55.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 44 | 0 | 0.79 | 0.64 | 0.53 | 348.13 | 0.66 | 0.29 |
| Hex | 79 | 19 | 2C | 0 | 4F | 40 | 35 | 15C | 42 | 1D |
| Octal | 171 | 31 | 54 | 0 | 117 | 100 | 65 | 534 | 102 | 35 |
| Binary | 1111001 | 11001 | 101100 | 0 | 1001111 | 1000000 | 110101 | 101011100 | 1000010 | 11101 |
Color Harmonies of #79192C
Complementary color
Monochromatic Colors of #79192C
Black with #79192C
Text Example
Text Example
White with #79192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79192C; }
p { color: rgb(121,25,44); }
H1.HeaderClassName
{
color: #79192C;
}
.AnyTagClassName
{
color: #79192C;
}
</style>
background-color css
<style>
a { background-color: #79192C; }
a { background-color: rgb(121,25,44); }
div.DivClassName
{
background-color: #79192C;
}
.BgClassName
{
background-color: #79192C;
}
</style>
border-color css
<style>
span { border-color: #79192C; }
span { border-color: rgb(121,25,44); }
td.TdClassName
{
border-color: #79192C;
}
.TagClassName
{
border-color: #79192C;
}
</style>