Shades of Paprika #842D40
Tints of Paprika #842D40
RGB
CMYK
RGB Variations
Color information
#842D40 (or 0x842D40) is known color: Paprika. HEX triplet: 84, 2D and 40. RGB value is (132,45,64). Sum of RGB (Red+Green+Blue) = 132+45+64=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #842D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D40 is #7BD2BF. Grayscale: #494949. Windows color (decimal): -8114880 or 4205956. OLE color: 4205956.
HSL color Cylindrical-coordinate representation of color #842D40: hue angle of 346.9º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D40 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 64 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.48 |
| HSL | 346.9º | 0.49% | 0.35% | - |
| HSV(B) | 346.9º | 0.66% | 0.52% | - |
| XYZ | 11.38 | 7.15 | 5.63 | - |
| YUV | 73.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 64 | 0 | 0.66 | 0.52 | 0.48 | 346.9 | 0.49 | 0.35 |
| Hex | 84 | 2D | 40 | 0 | 42 | 34 | 30 | 15B | 31 | 23 |
| Octal | 204 | 55 | 100 | 0 | 102 | 64 | 60 | 533 | 61 | 43 |
| Binary | 10000100 | 101101 | 1000000 | 0 | 1000010 | 110100 | 110000 | 101011011 | 110001 | 100011 |
Color Harmonies of #842D40
Complementary color
Monochromatic Colors of #842D40
Black with #842D40
Text Example
Text Example
White with #842D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D40; }
p { color: rgb(132,45,64); }
H1.HeaderClassName
{
color: #842D40;
}
.AnyTagClassName
{
color: #842D40;
}
</style>
background-color css
<style>
a { background-color: #842D40; }
a { background-color: rgb(132,45,64); }
div.DivClassName
{
background-color: #842D40;
}
.BgClassName
{
background-color: #842D40;
}
</style>
border-color css
<style>
span { border-color: #842D40; }
span { border-color: rgb(132,45,64); }
td.TdClassName
{
border-color: #842D40;
}
.TagClassName
{
border-color: #842D40;
}
</style>