Shades of Red Berry #792224
Tints of Red Berry #792224
RGB
CMYK
RGB Variations
Color information
#792224 (or 0x792224) is known color: Red Berry. HEX triplet: 79, 22 and 24. RGB value is (121,34,36). Sum of RGB (Red+Green+Blue) = 121+34+36=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #792224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792224 is #86DDDB. Grayscale: #3C3C3C. Windows color (decimal): -8838620 or 2368121. OLE color: 2368121.
HSL color Cylindrical-coordinate representation of color #792224: hue angle of 358.62º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792224 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 36 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.53 |
| HSL | 358.62º | 0.56% | 0.3% | - |
| HSV(B) | 358.62º | 0.72% | 0.47% | - |
| XYZ | 8.78 | 5.34 | 2.24 | - |
| YUV | 60.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 36 | 0 | 0.72 | 0.70 | 0.53 | 358.62 | 0.56 | 0.3 |
| Hex | 79 | 22 | 24 | 0 | 48 | 46 | 35 | 167 | 38 | 1E |
| Octal | 171 | 42 | 44 | 0 | 110 | 106 | 65 | 547 | 70 | 36 |
| Binary | 1111001 | 100010 | 100100 | 0 | 1001000 | 1000110 | 110101 | 101100111 | 111000 | 11110 |
Color Harmonies of #792224
Complementary color
Monochromatic Colors of #792224
Black with #792224
Text Example
Text Example
White with #792224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792224; }
p { color: rgb(121,34,36); }
H1.HeaderClassName
{
color: #792224;
}
.AnyTagClassName
{
color: #792224;
}
</style>
background-color css
<style>
a { background-color: #792224; }
a { background-color: rgb(121,34,36); }
div.DivClassName
{
background-color: #792224;
}
.BgClassName
{
background-color: #792224;
}
</style>
border-color css
<style>
span { border-color: #792224; }
span { border-color: rgb(121,34,36); }
td.TdClassName
{
border-color: #792224;
}
.TagClassName
{
border-color: #792224;
}
</style>