Shades of Paprika #79283D
Tints of Paprika #79283D
RGB
CMYK
RGB Variations
Color information
#79283D (or 0x79283D) is known color: Paprika. HEX triplet: 79, 28 and 3D. RGB value is (121,40,61). Sum of RGB (Red+Green+Blue) = 121+40+61=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79283D is #86D7C2. Grayscale: #424242. Windows color (decimal): -8837059 or 4008057. OLE color: 4008057.
HSL color Cylindrical-coordinate representation of color #79283D: hue angle of 344.44º 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 #79283D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 61 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.53 |
| HSL | 344.44º | 0.5% | 0.32% | - |
| HSV(B) | 344.44º | 0.67% | 0.47% | - |
| XYZ | 9.49 | 5.92 | 5.06 | - |
| YUV | 66.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 61 | 0 | 0.67 | 0.50 | 0.53 | 344.44 | 0.5 | 0.32 |
| Hex | 79 | 28 | 3D | 0 | 43 | 32 | 35 | 158 | 32 | 20 |
| Octal | 171 | 50 | 75 | 0 | 103 | 62 | 65 | 530 | 62 | 40 |
| Binary | 1111001 | 101000 | 111101 | 0 | 1000011 | 110010 | 110101 | 101011000 | 110010 | 100000 |
Color Harmonies of #79283D
Complementary color
Monochromatic Colors of #79283D
Black with #79283D
Text Example
Text Example
White with #79283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79283D; }
p { color: rgb(121,40,61); }
H1.HeaderClassName
{
color: #79283D;
}
.AnyTagClassName
{
color: #79283D;
}
</style>
background-color css
<style>
a { background-color: #79283D; }
a { background-color: rgb(121,40,61); }
div.DivClassName
{
background-color: #79283D;
}
.BgClassName
{
background-color: #79283D;
}
</style>
border-color css
<style>
span { border-color: #79283D; }
span { border-color: rgb(121,40,61); }
td.TdClassName
{
border-color: #79283D;
}
.TagClassName
{
border-color: #79283D;
}
</style>