Shades of Paprika #792F3E
Tints of Paprika #792F3E
RGB
CMYK
RGB Variations
Color information
#792F3E (or 0x792F3E) is known color: Paprika. HEX triplet: 79, 2F and 3E. RGB value is (121,47,62). Sum of RGB (Red+Green+Blue) = 121+47+62=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #792F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792F3E is #86D0C1. Grayscale: #464646. Windows color (decimal): -8835266 or 4075385. OLE color: 4075385.
HSL color Cylindrical-coordinate representation of color #792F3E: hue angle of 347.84º 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 #792F3E is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 62 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.53 |
| HSL | 347.84º | 0.44% | 0.33% | - |
| HSV(B) | 347.84º | 0.61% | 0.47% | - |
| XYZ | 9.77 | 6.45 | 5.29 | - |
| YUV | 70.84 | 123.02 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 62 | 0 | 0.61 | 0.49 | 0.53 | 347.84 | 0.44 | 0.33 |
| Hex | 79 | 2F | 3E | 0 | 3D | 31 | 35 | 15C | 2C | 21 |
| Octal | 171 | 57 | 76 | 0 | 75 | 61 | 65 | 534 | 54 | 41 |
| Binary | 1111001 | 101111 | 111110 | 0 | 111101 | 110001 | 110101 | 101011100 | 101100 | 100001 |
Color Harmonies of #792F3E
Complementary color
Monochromatic Colors of #792F3E
Black with #792F3E
Text Example
Text Example
White with #792F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F3E; }
p { color: rgb(121,47,62); }
H1.HeaderClassName
{
color: #792F3E;
}
.AnyTagClassName
{
color: #792F3E;
}
</style>
background-color css
<style>
a { background-color: #792F3E; }
a { background-color: rgb(121,47,62); }
div.DivClassName
{
background-color: #792F3E;
}
.BgClassName
{
background-color: #792F3E;
}
</style>
border-color css
<style>
span { border-color: #792F3E; }
span { border-color: rgb(121,47,62); }
td.TdClassName
{
border-color: #792F3E;
}
.TagClassName
{
border-color: #792F3E;
}
</style>