Shades of Paprika #843240
Tints of Paprika #843240
RGB
CMYK
RGB Variations
Color information
#843240 (or 0x843240) is known color: Paprika. HEX triplet: 84, 32 and 40. RGB value is (132,50,64). Sum of RGB (Red+Green+Blue) = 132+50+64=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #843240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843240 is #7BCDBF. Grayscale: #4C4C4C. Windows color (decimal): -8113600 or 4207236. OLE color: 4207236.
HSL color Cylindrical-coordinate representation of color #843240: hue angle of 349.76º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843240 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 64 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.48 |
| HSL | 349.76º | 0.45% | 0.36% | - |
| HSV(B) | 349.76º | 0.62% | 0.52% | - |
| XYZ | 11.58 | 7.56 | 5.7 | - |
| YUV | 76.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 64 | 0 | 0.62 | 0.52 | 0.48 | 349.76 | 0.45 | 0.36 |
| Hex | 84 | 32 | 40 | 0 | 3E | 34 | 30 | 15E | 2D | 24 |
| Octal | 204 | 62 | 100 | 0 | 76 | 64 | 60 | 536 | 55 | 44 |
| Binary | 10000100 | 110010 | 1000000 | 0 | 111110 | 110100 | 110000 | 101011110 | 101101 | 100100 |
Color Harmonies of #843240
Complementary color
Monochromatic Colors of #843240
Black with #843240
Text Example
Text Example
White with #843240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843240; }
p { color: rgb(132,50,64); }
H1.HeaderClassName
{
color: #843240;
}
.AnyTagClassName
{
color: #843240;
}
</style>
background-color css
<style>
a { background-color: #843240; }
a { background-color: rgb(132,50,64); }
div.DivClassName
{
background-color: #843240;
}
.BgClassName
{
background-color: #843240;
}
</style>
border-color css
<style>
span { border-color: #843240; }
span { border-color: rgb(132,50,64); }
td.TdClassName
{
border-color: #843240;
}
.TagClassName
{
border-color: #843240;
}
</style>