Shades of Paprika #79313D
Tints of Paprika #79313D
RGB
CMYK
RGB Variations
Color information
#79313D (or 0x79313D) is known color: Paprika. HEX triplet: 79, 31 and 3D. RGB value is (121,49,61). Sum of RGB (Red+Green+Blue) = 121+49+61=231 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.38% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 121 - color contains mainly: red. Hex color #79313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79313D is #86CEC2. Grayscale: #474747. Windows color (decimal): -8834755 or 4010361. OLE color: 4010361.
HSL color Cylindrical-coordinate representation of color #79313D: hue angle of 350º 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 #79313D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 49 | 61 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.53 |
| HSL | 350º | 0.42% | 0.33% | - |
| HSV(B) | 350º | 0.6% | 0.47% | - |
| XYZ | 9.83 | 6.6 | 5.17 | - |
| YUV | 71.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 49 | 61 | 0 | 0.60 | 0.50 | 0.53 | 350 | 0.42 | 0.33 |
| Hex | 79 | 31 | 3D | 0 | 3C | 32 | 35 | 15E | 2A | 21 |
| Octal | 171 | 61 | 75 | 0 | 74 | 62 | 65 | 536 | 52 | 41 |
| Binary | 1111001 | 110001 | 111101 | 0 | 111100 | 110010 | 110101 | 101011110 | 101010 | 100001 |
Color Harmonies of #79313D
Complementary color
Monochromatic Colors of #79313D
Black with #79313D
Text Example
Text Example
White with #79313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79313D; }
p { color: rgb(121,49,61); }
H1.HeaderClassName
{
color: #79313D;
}
.AnyTagClassName
{
color: #79313D;
}
</style>
background-color css
<style>
a { background-color: #79313D; }
a { background-color: rgb(121,49,61); }
div.DivClassName
{
background-color: #79313D;
}
.BgClassName
{
background-color: #79313D;
}
</style>
border-color css
<style>
span { border-color: #79313D; }
span { border-color: rgb(121,49,61); }
td.TdClassName
{
border-color: #79313D;
}
.TagClassName
{
border-color: #79313D;
}
</style>