Shades of Paprika #792B34
Tints of Paprika #792B34
RGB
CMYK
RGB Variations
Color information
#792B34 (or 0x792B34) is known color: Paprika. HEX triplet: 79, 2B and 34. RGB value is (121,43,52). Sum of RGB (Red+Green+Blue) = 121+43+52=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #792B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792B34 is #86D4CB. Grayscale: #434343. Windows color (decimal): -8836300 or 3419001. OLE color: 3419001.
HSL color Cylindrical-coordinate representation of color #792B34: hue angle of 353.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792B34 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 52 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.53 |
| HSL | 353.08º | 0.48% | 0.32% | - |
| HSV(B) | 353.08º | 0.64% | 0.47% | - |
| XYZ | 9.37 | 6.04 | 3.92 | - |
| YUV | 67.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 52 | 0 | 0.64 | 0.57 | 0.53 | 353.08 | 0.48 | 0.32 |
| Hex | 79 | 2B | 34 | 0 | 40 | 39 | 35 | 161 | 30 | 20 |
| Octal | 171 | 53 | 64 | 0 | 100 | 71 | 65 | 541 | 60 | 40 |
| Binary | 1111001 | 101011 | 110100 | 0 | 1000000 | 111001 | 110101 | 101100001 | 110000 | 100000 |
Color Harmonies of #792B34
Complementary color
Monochromatic Colors of #792B34
Black with #792B34
Text Example
Text Example
White with #792B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B34; }
p { color: rgb(121,43,52); }
H1.HeaderClassName
{
color: #792B34;
}
.AnyTagClassName
{
color: #792B34;
}
</style>
background-color css
<style>
a { background-color: #792B34; }
a { background-color: rgb(121,43,52); }
div.DivClassName
{
background-color: #792B34;
}
.BgClassName
{
background-color: #792B34;
}
</style>
border-color css
<style>
span { border-color: #792B34; }
span { border-color: rgb(121,43,52); }
td.TdClassName
{
border-color: #792B34;
}
.TagClassName
{
border-color: #792B34;
}
</style>