Shades of Paprika #792E41
Tints of Paprika #792E41
RGB
CMYK
RGB Variations
Color information
#792E41 (or 0x792E41) is known color: Paprika. HEX triplet: 79, 2E and 41. RGB value is (121,46,65). Sum of RGB (Red+Green+Blue) = 121+46+65=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #792E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E41 is #86D1BE. Grayscale: #464646. Windows color (decimal): -8835519 or 4271737. OLE color: 4271737.
HSL color Cylindrical-coordinate representation of color #792E41: hue angle of 344.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #792E41 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 65 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.53 |
| HSL | 344.8º | 0.45% | 0.33% | - |
| HSV(B) | 344.8º | 0.62% | 0.47% | - |
| XYZ | 9.82 | 6.4 | 5.72 | - |
| YUV | 70.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 65 | 0 | 0.62 | 0.46 | 0.53 | 344.8 | 0.45 | 0.33 |
| Hex | 79 | 2E | 41 | 0 | 3E | 2E | 35 | 159 | 2D | 21 |
| Octal | 171 | 56 | 101 | 0 | 76 | 56 | 65 | 531 | 55 | 41 |
| Binary | 1111001 | 101110 | 1000001 | 0 | 111110 | 101110 | 110101 | 101011001 | 101101 | 100001 |
Color Harmonies of #792E41
Complementary color
Monochromatic Colors of #792E41
Black with #792E41
Text Example
Text Example
White with #792E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E41; }
p { color: rgb(121,46,65); }
H1.HeaderClassName
{
color: #792E41;
}
.AnyTagClassName
{
color: #792E41;
}
</style>
background-color css
<style>
a { background-color: #792E41; }
a { background-color: rgb(121,46,65); }
div.DivClassName
{
background-color: #792E41;
}
.BgClassName
{
background-color: #792E41;
}
</style>
border-color css
<style>
span { border-color: #792E41; }
span { border-color: rgb(121,46,65); }
td.TdClassName
{
border-color: #792E41;
}
.TagClassName
{
border-color: #792E41;
}
</style>