Shades of Paprika #79303B
Tints of Paprika #79303B
RGB
CMYK
RGB Variations
Color information
#79303B (or 0x79303B) is known color: Paprika. HEX triplet: 79, 30 and 3B. RGB value is (121,48,59). Sum of RGB (Red+Green+Blue) = 121+48+59=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #79303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79303B is #86CFC4. Grayscale: #474747. Windows color (decimal): -8835013 or 3879033. OLE color: 3879033.
HSL color Cylindrical-coordinate representation of color #79303B: hue angle of 350.96º degrees, saturation: 0.43, 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 #79303B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 48 | 59 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.53 |
| HSL | 350.96º | 0.43% | 0.33% | - |
| HSV(B) | 350.96º | 0.6% | 0.47% | - |
| XYZ | 9.73 | 6.49 | 4.88 | - |
| YUV | 71.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 59 | 0 | 0.60 | 0.51 | 0.53 | 350.96 | 0.43 | 0.33 |
| Hex | 79 | 30 | 3B | 0 | 3C | 33 | 35 | 15F | 2B | 21 |
| Octal | 171 | 60 | 73 | 0 | 74 | 63 | 65 | 537 | 53 | 41 |
| Binary | 1111001 | 110000 | 111011 | 0 | 111100 | 110011 | 110101 | 101011111 | 101011 | 100001 |
Color Harmonies of #79303B
Complementary color
Monochromatic Colors of #79303B
Black with #79303B
Text Example
Text Example
White with #79303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79303B; }
p { color: rgb(121,48,59); }
H1.HeaderClassName
{
color: #79303B;
}
.AnyTagClassName
{
color: #79303B;
}
</style>
background-color css
<style>
a { background-color: #79303B; }
a { background-color: rgb(121,48,59); }
div.DivClassName
{
background-color: #79303B;
}
.BgClassName
{
background-color: #79303B;
}
</style>
border-color css
<style>
span { border-color: #79303B; }
span { border-color: rgb(121,48,59); }
td.TdClassName
{
border-color: #79303B;
}
.TagClassName
{
border-color: #79303B;
}
</style>