Shades of Paprika #792F3C
Tints of Paprika #792F3C
RGB
CMYK
RGB Variations
Color information
#792F3C (or 0x792F3C) is known color: Paprika. HEX triplet: 79, 2F and 3C. RGB value is (121,47,60). Sum of RGB (Red+Green+Blue) = 121+47+60=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #792F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792F3C is #86D0C3. Grayscale: #464646. Windows color (decimal): -8835268 or 3944313. OLE color: 3944313.
HSL color Cylindrical-coordinate representation of color #792F3C: hue angle of 349.46º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #792F3C is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 60 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.53 |
| HSL | 349.46º | 0.44% | 0.33% | - |
| HSV(B) | 349.46º | 0.61% | 0.47% | - |
| XYZ | 9.72 | 6.42 | 5 | - |
| YUV | 70.61 | 122.02 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 60 | 0 | 0.61 | 0.50 | 0.53 | 349.46 | 0.44 | 0.33 |
| Hex | 79 | 2F | 3C | 0 | 3D | 32 | 35 | 15D | 2C | 21 |
| Octal | 171 | 57 | 74 | 0 | 75 | 62 | 65 | 535 | 54 | 41 |
| Binary | 1111001 | 101111 | 111100 | 0 | 111101 | 110010 | 110101 | 101011101 | 101100 | 100001 |
Color Harmonies of #792F3C
Complementary color
Monochromatic Colors of #792F3C
Black with #792F3C
Text Example
Text Example
White with #792F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F3C; }
p { color: rgb(121,47,60); }
H1.HeaderClassName
{
color: #792F3C;
}
.AnyTagClassName
{
color: #792F3C;
}
</style>
background-color css
<style>
a { background-color: #792F3C; }
a { background-color: rgb(121,47,60); }
div.DivClassName
{
background-color: #792F3C;
}
.BgClassName
{
background-color: #792F3C;
}
</style>
border-color css
<style>
span { border-color: #792F3C; }
span { border-color: rgb(121,47,60); }
td.TdClassName
{
border-color: #792F3C;
}
.TagClassName
{
border-color: #792F3C;
}
</style>