Shades of Red Berry #79162A
Tints of Red Berry #79162A
RGB
CMYK
RGB Variations
Color information
#79162A (or 0x79162A) is known color: Red Berry. HEX triplet: 79, 16 and 2A. RGB value is (121,22,42). Sum of RGB (Red+Green+Blue) = 121+22+42=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #79162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79162A is #86E9D5. Grayscale: #353535. Windows color (decimal): -8841686 or 2758265. OLE color: 2758265.
HSL color Cylindrical-coordinate representation of color #79162A: hue angle of 347.88º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79162A is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 22 | 42 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.53 |
| HSL | 347.88º | 0.69% | 0.28% | - |
| HSV(B) | 347.88º | 0.82% | 0.47% | - |
| XYZ | 8.59 | 4.81 | 2.67 | - |
| YUV | 53.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 22 | 42 | 0 | 0.82 | 0.65 | 0.53 | 347.88 | 0.69 | 0.28 |
| Hex | 79 | 16 | 2A | 0 | 52 | 41 | 35 | 15C | 45 | 1C |
| Octal | 171 | 26 | 52 | 0 | 122 | 101 | 65 | 534 | 105 | 34 |
| Binary | 1111001 | 10110 | 101010 | 0 | 1010010 | 1000001 | 110101 | 101011100 | 1000101 | 11100 |
Color Harmonies of #79162A
Complementary color
Monochromatic Colors of #79162A
Black with #79162A
Text Example
Text Example
White with #79162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79162A; }
p { color: rgb(121,22,42); }
H1.HeaderClassName
{
color: #79162A;
}
.AnyTagClassName
{
color: #79162A;
}
</style>
background-color css
<style>
a { background-color: #79162A; }
a { background-color: rgb(121,22,42); }
div.DivClassName
{
background-color: #79162A;
}
.BgClassName
{
background-color: #79162A;
}
</style>
border-color css
<style>
span { border-color: #79162A; }
span { border-color: rgb(121,22,42); }
td.TdClassName
{
border-color: #79162A;
}
.TagClassName
{
border-color: #79162A;
}
</style>