Shades of Paprika #79283C
Tints of Paprika #79283C
RGB
CMYK
RGB Variations
Color information
#79283C (or 0x79283C) is known color: Paprika. HEX triplet: 79, 28 and 3C. RGB value is (121,40,60). Sum of RGB (Red+Green+Blue) = 121+40+60=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79283C is #86D7C3. Grayscale: #424242. Windows color (decimal): -8837060 or 3942521. OLE color: 3942521.
HSL color Cylindrical-coordinate representation of color #79283C: hue angle of 345.19º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #79283C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 60 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.53 |
| HSL | 345.19º | 0.5% | 0.32% | - |
| HSV(B) | 345.19º | 0.67% | 0.47% | - |
| XYZ | 9.46 | 5.91 | 4.92 | - |
| YUV | 66.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 60 | 0 | 0.67 | 0.50 | 0.53 | 345.19 | 0.5 | 0.32 |
| Hex | 79 | 28 | 3C | 0 | 43 | 32 | 35 | 159 | 32 | 20 |
| Octal | 171 | 50 | 74 | 0 | 103 | 62 | 65 | 531 | 62 | 40 |
| Binary | 1111001 | 101000 | 111100 | 0 | 1000011 | 110010 | 110101 | 101011001 | 110010 | 100000 |
Color Harmonies of #79283C
Complementary color
Monochromatic Colors of #79283C
Black with #79283C
Text Example
Text Example
White with #79283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79283C; }
p { color: rgb(121,40,60); }
H1.HeaderClassName
{
color: #79283C;
}
.AnyTagClassName
{
color: #79283C;
}
</style>
background-color css
<style>
a { background-color: #79283C; }
a { background-color: rgb(121,40,60); }
div.DivClassName
{
background-color: #79283C;
}
.BgClassName
{
background-color: #79283C;
}
</style>
border-color css
<style>
span { border-color: #79283C; }
span { border-color: rgb(121,40,60); }
td.TdClassName
{
border-color: #79283C;
}
.TagClassName
{
border-color: #79283C;
}
</style>