Shades of Paprika #842F41
Tints of Paprika #842F41
RGB
CMYK
RGB Variations
Color information
#842F41 (or 0x842F41) is known color: Paprika. HEX triplet: 84, 2F and 41. RGB value is (132,47,65). Sum of RGB (Red+Green+Blue) = 132+47+65=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #842F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F41 is #7BD0BE. Grayscale: #4A4A4A. Windows color (decimal): -8114367 or 4272004. OLE color: 4272004.
HSL color Cylindrical-coordinate representation of color #842F41: hue angle of 347.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #842F41 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 47 | 65 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.48 |
| HSL | 347.29º | 0.47% | 0.35% | - |
| HSV(B) | 347.29º | 0.64% | 0.52% | - |
| XYZ | 11.49 | 7.32 | 5.81 | - |
| YUV | 74.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 65 | 0 | 0.64 | 0.51 | 0.48 | 347.29 | 0.47 | 0.35 |
| Hex | 84 | 2F | 41 | 0 | 40 | 33 | 30 | 15B | 2F | 23 |
| Octal | 204 | 57 | 101 | 0 | 100 | 63 | 60 | 533 | 57 | 43 |
| Binary | 10000100 | 101111 | 1000001 | 0 | 1000000 | 110011 | 110000 | 101011011 | 101111 | 100011 |
Color Harmonies of #842F41
Complementary color
Monochromatic Colors of #842F41
Black with #842F41
Text Example
Text Example
White with #842F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842F41; }
p { color: rgb(132,47,65); }
H1.HeaderClassName
{
color: #842F41;
}
.AnyTagClassName
{
color: #842F41;
}
</style>
background-color css
<style>
a { background-color: #842F41; }
a { background-color: rgb(132,47,65); }
div.DivClassName
{
background-color: #842F41;
}
.BgClassName
{
background-color: #842F41;
}
</style>
border-color css
<style>
span { border-color: #842F41; }
span { border-color: rgb(132,47,65); }
td.TdClassName
{
border-color: #842F41;
}
.TagClassName
{
border-color: #842F41;
}
</style>