Shades of Red Berry #792021
Tints of Red Berry #792021
RGB
CMYK
RGB Variations
Color information
#792021 (or 0x792021) is known color: Red Berry. HEX triplet: 79, 20 and 21. RGB value is (121,32,33). Sum of RGB (Red+Green+Blue) = 121+32+33=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #792021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792021 is #86DFDE. Grayscale: #3A3A3A. Windows color (decimal): -8839135 or 2171001. OLE color: 2171001.
HSL color Cylindrical-coordinate representation of color #792021: hue angle of 359.33º 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 #792021 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 32 | 33 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.53 |
| HSL | 359.33º | 0.58% | 0.3% | - |
| HSV(B) | 359.33º | 0.74% | 0.47% | - |
| XYZ | 8.68 | 5.21 | 1.99 | - |
| YUV | 58.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 33 | 0 | 0.74 | 0.73 | 0.53 | 359.33 | 0.58 | 0.3 |
| Hex | 79 | 20 | 21 | 0 | 4A | 49 | 35 | 167 | 3A | 1E |
| Octal | 171 | 40 | 41 | 0 | 112 | 111 | 65 | 547 | 72 | 36 |
| Binary | 1111001 | 100000 | 100001 | 0 | 1001010 | 1001001 | 110101 | 101100111 | 111010 | 11110 |
Color Harmonies of #792021
Complementary color
Monochromatic Colors of #792021
Black with #792021
Text Example
Text Example
White with #792021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792021; }
p { color: rgb(121,32,33); }
H1.HeaderClassName
{
color: #792021;
}
.AnyTagClassName
{
color: #792021;
}
</style>
background-color css
<style>
a { background-color: #792021; }
a { background-color: rgb(121,32,33); }
div.DivClassName
{
background-color: #792021;
}
.BgClassName
{
background-color: #792021;
}
</style>
border-color css
<style>
span { border-color: #792021; }
span { border-color: rgb(121,32,33); }
td.TdClassName
{
border-color: #792021;
}
.TagClassName
{
border-color: #792021;
}
</style>