Shades of Red Berry #79192D
Tints of Red Berry #79192D
RGB
CMYK
RGB Variations
Color information
#79192D (or 0x79192D) is known color: Red Berry. HEX triplet: 79, 19 and 2D. RGB value is (121,25,45). Sum of RGB (Red+Green+Blue) = 121+25+45=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #79192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79192D is #86E6D2. Grayscale: #383838. Windows color (decimal): -8840915 or 2955641. OLE color: 2955641.
HSL color Cylindrical-coordinate representation of color #79192D: hue angle of 347.5º 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 #79192D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 25 | 45 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.53 |
| HSL | 347.5º | 0.66% | 0.29% | - |
| HSV(B) | 347.5º | 0.79% | 0.47% | - |
| XYZ | 8.71 | 4.95 | 2.98 | - |
| YUV | 55.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 45 | 0 | 0.79 | 0.63 | 0.53 | 347.5 | 0.66 | 0.29 |
| Hex | 79 | 19 | 2D | 0 | 4F | 3F | 35 | 15C | 42 | 1D |
| Octal | 171 | 31 | 55 | 0 | 117 | 77 | 65 | 534 | 102 | 35 |
| Binary | 1111001 | 11001 | 101101 | 0 | 1001111 | 111111 | 110101 | 101011100 | 1000010 | 11101 |
Color Harmonies of #79192D
Complementary color
Monochromatic Colors of #79192D
Black with #79192D
Text Example
Text Example
White with #79192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79192D; }
p { color: rgb(121,25,45); }
H1.HeaderClassName
{
color: #79192D;
}
.AnyTagClassName
{
color: #79192D;
}
</style>
background-color css
<style>
a { background-color: #79192D; }
a { background-color: rgb(121,25,45); }
div.DivClassName
{
background-color: #79192D;
}
.BgClassName
{
background-color: #79192D;
}
</style>
border-color css
<style>
span { border-color: #79192D; }
span { border-color: rgb(121,25,45); }
td.TdClassName
{
border-color: #79192D;
}
.TagClassName
{
border-color: #79192D;
}
</style>