Shades of Red Berry #792029
Tints of Red Berry #792029
RGB
CMYK
RGB Variations
Color information
#792029 (or 0x792029) is known color: Red Berry. HEX triplet: 79, 20 and 29. RGB value is (121,32,41). Sum of RGB (Red+Green+Blue) = 121+32+41=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #792029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792029 is #86DFD6. Grayscale: #3B3B3B. Windows color (decimal): -8839127 or 2695289. OLE color: 2695289.
HSL color Cylindrical-coordinate representation of color #792029: hue angle of 353.93º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792029 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 41 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.53 |
| HSL | 353.93º | 0.58% | 0.3% | - |
| HSV(B) | 353.93º | 0.74% | 0.47% | - |
| XYZ | 8.8 | 5.26 | 2.65 | - |
| YUV | 59.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 41 | 0 | 0.74 | 0.66 | 0.53 | 353.93 | 0.58 | 0.3 |
| Hex | 79 | 20 | 29 | 0 | 4A | 42 | 35 | 162 | 3A | 1E |
| Octal | 171 | 40 | 51 | 0 | 112 | 102 | 65 | 542 | 72 | 36 |
| Binary | 1111001 | 100000 | 101001 | 0 | 1001010 | 1000010 | 110101 | 101100010 | 111010 | 11110 |
Color Harmonies of #792029
Complementary color
Monochromatic Colors of #792029
Black with #792029
Text Example
Text Example
White with #792029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792029; }
p { color: rgb(121,32,41); }
H1.HeaderClassName
{
color: #792029;
}
.AnyTagClassName
{
color: #792029;
}
</style>
background-color css
<style>
a { background-color: #792029; }
a { background-color: rgb(121,32,41); }
div.DivClassName
{
background-color: #792029;
}
.BgClassName
{
background-color: #792029;
}
</style>
border-color css
<style>
span { border-color: #792029; }
span { border-color: rgb(121,32,41); }
td.TdClassName
{
border-color: #792029;
}
.TagClassName
{
border-color: #792029;
}
</style>