Shades of Paprika #792A3A
Tints of Paprika #792A3A
RGB
CMYK
RGB Variations
Color information
#792A3A (or 0x792A3A) is known color: Paprika. HEX triplet: 79, 2A and 3A. RGB value is (121,42,58). Sum of RGB (Red+Green+Blue) = 121+42+58=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #792A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792A3A is #86D5C5. Grayscale: #434343. Windows color (decimal): -8836550 or 3811961. OLE color: 3811961.
HSL color Cylindrical-coordinate representation of color #792A3A: hue angle of 347.85º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #792A3A is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 42 | 58 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.53 |
| HSL | 347.85º | 0.48% | 0.32% | - |
| HSV(B) | 347.85º | 0.65% | 0.47% | - |
| XYZ | 9.48 | 6.03 | 4.67 | - |
| YUV | 67.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 58 | 0 | 0.65 | 0.52 | 0.53 | 347.85 | 0.48 | 0.32 |
| Hex | 79 | 2A | 3A | 0 | 41 | 34 | 35 | 15C | 30 | 20 |
| Octal | 171 | 52 | 72 | 0 | 101 | 64 | 65 | 534 | 60 | 40 |
| Binary | 1111001 | 101010 | 111010 | 0 | 1000001 | 110100 | 110101 | 101011100 | 110000 | 100000 |
Color Harmonies of #792A3A
Complementary color
Monochromatic Colors of #792A3A
Black with #792A3A
Text Example
Text Example
White with #792A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792A3A; }
p { color: rgb(121,42,58); }
H1.HeaderClassName
{
color: #792A3A;
}
.AnyTagClassName
{
color: #792A3A;
}
</style>
background-color css
<style>
a { background-color: #792A3A; }
a { background-color: rgb(121,42,58); }
div.DivClassName
{
background-color: #792A3A;
}
.BgClassName
{
background-color: #792A3A;
}
</style>
border-color css
<style>
span { border-color: #792A3A; }
span { border-color: rgb(121,42,58); }
td.TdClassName
{
border-color: #792A3A;
}
.TagClassName
{
border-color: #792A3A;
}
</style>