Shades of Paprika #792939
Tints of Paprika #792939
RGB
CMYK
RGB Variations
Color information
#792939 (or 0x792939) is known color: Paprika. HEX triplet: 79, 29 and 39. RGB value is (121,41,57). Sum of RGB (Red+Green+Blue) = 121+41+57=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #792939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792939 is #86D6C6. Grayscale: #424242. Windows color (decimal): -8836807 or 3746169. OLE color: 3746169.
HSL color Cylindrical-coordinate representation of color #792939: hue angle of 348º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #792939 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 41 | 57 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.53 |
| HSL | 348º | 0.49% | 0.32% | - |
| HSV(B) | 348º | 0.66% | 0.47% | - |
| XYZ | 9.42 | 5.95 | 4.52 | - |
| YUV | 66.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 57 | 0 | 0.66 | 0.53 | 0.53 | 348 | 0.49 | 0.32 |
| Hex | 79 | 29 | 39 | 0 | 42 | 35 | 35 | 15C | 31 | 20 |
| Octal | 171 | 51 | 71 | 0 | 102 | 65 | 65 | 534 | 61 | 40 |
| Binary | 1111001 | 101001 | 111001 | 0 | 1000010 | 110101 | 110101 | 101011100 | 110001 | 100000 |
Color Harmonies of #792939
Complementary color
Monochromatic Colors of #792939
Black with #792939
Text Example
Text Example
White with #792939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792939; }
p { color: rgb(121,41,57); }
H1.HeaderClassName
{
color: #792939;
}
.AnyTagClassName
{
color: #792939;
}
</style>
background-color css
<style>
a { background-color: #792939; }
a { background-color: rgb(121,41,57); }
div.DivClassName
{
background-color: #792939;
}
.BgClassName
{
background-color: #792939;
}
</style>
border-color css
<style>
span { border-color: #792939; }
span { border-color: rgb(121,41,57); }
td.TdClassName
{
border-color: #792939;
}
.TagClassName
{
border-color: #792939;
}
</style>