Shades of Paprika #79313E
Tints of Paprika #79313E
RGB
CMYK
RGB Variations
Color information
#79313E (or 0x79313E) is known color: Paprika. HEX triplet: 79, 31 and 3E. RGB value is (121,49,62). Sum of RGB (Red+Green+Blue) = 121+49+62=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79313E is #86CEC1. Grayscale: #484848. Windows color (decimal): -8834754 or 4075897. OLE color: 4075897.
HSL color Cylindrical-coordinate representation of color #79313E: hue angle of 349.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79313E is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 49 | 62 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.53 |
| HSL | 349.17º | 0.42% | 0.33% | - |
| HSV(B) | 349.17º | 0.6% | 0.47% | - |
| XYZ | 9.85 | 6.61 | 5.31 | - |
| YUV | 72.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 49 | 62 | 0 | 0.60 | 0.49 | 0.53 | 349.17 | 0.42 | 0.33 |
| Hex | 79 | 31 | 3E | 0 | 3C | 31 | 35 | 15D | 2A | 21 |
| Octal | 171 | 61 | 76 | 0 | 74 | 61 | 65 | 535 | 52 | 41 |
| Binary | 1111001 | 110001 | 111110 | 0 | 111100 | 110001 | 110101 | 101011101 | 101010 | 100001 |
Color Harmonies of #79313E
Complementary color
Monochromatic Colors of #79313E
Black with #79313E
Text Example
Text Example
White with #79313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79313E; }
p { color: rgb(121,49,62); }
H1.HeaderClassName
{
color: #79313E;
}
.AnyTagClassName
{
color: #79313E;
}
</style>
background-color css
<style>
a { background-color: #79313E; }
a { background-color: rgb(121,49,62); }
div.DivClassName
{
background-color: #79313E;
}
.BgClassName
{
background-color: #79313E;
}
</style>
border-color css
<style>
span { border-color: #79313E; }
span { border-color: rgb(121,49,62); }
td.TdClassName
{
border-color: #79313E;
}
.TagClassName
{
border-color: #79313E;
}
</style>