Shades of Red Berry #792228
Tints of Red Berry #792228
RGB
CMYK
RGB Variations
Color information
#792228 (or 0x792228) is known color: Red Berry. HEX triplet: 79, 22 and 28. RGB value is (121,34,40). Sum of RGB (Red+Green+Blue) = 121+34+40=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #792228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792228 is #86DDD7. Grayscale: #3C3C3C. Windows color (decimal): -8838616 or 2630265. OLE color: 2630265.
HSL color Cylindrical-coordinate representation of color #792228: hue angle of 355.86º 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 #792228 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 34 | 40 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.53 |
| HSL | 355.86º | 0.56% | 0.3% | - |
| HSV(B) | 355.86º | 0.72% | 0.47% | - |
| XYZ | 8.84 | 5.36 | 2.58 | - |
| YUV | 60.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 40 | 0 | 0.72 | 0.67 | 0.53 | 355.86 | 0.56 | 0.3 |
| Hex | 79 | 22 | 28 | 0 | 48 | 43 | 35 | 164 | 38 | 1E |
| Octal | 171 | 42 | 50 | 0 | 110 | 103 | 65 | 544 | 70 | 36 |
| Binary | 1111001 | 100010 | 101000 | 0 | 1001000 | 1000011 | 110101 | 101100100 | 111000 | 11110 |
Color Harmonies of #792228
Complementary color
Monochromatic Colors of #792228
Black with #792228
Text Example
Text Example
White with #792228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792228; }
p { color: rgb(121,34,40); }
H1.HeaderClassName
{
color: #792228;
}
.AnyTagClassName
{
color: #792228;
}
</style>
background-color css
<style>
a { background-color: #792228; }
a { background-color: rgb(121,34,40); }
div.DivClassName
{
background-color: #792228;
}
.BgClassName
{
background-color: #792228;
}
</style>
border-color css
<style>
span { border-color: #792228; }
span { border-color: rgb(121,34,40); }
td.TdClassName
{
border-color: #792228;
}
.TagClassName
{
border-color: #792228;
}
</style>