Shades of Paprika #842A3F
Tints of Paprika #842A3F
RGB
CMYK
RGB Variations
Color information
#842A3F (or 0x842A3F) is known color: Paprika. HEX triplet: 84, 2A and 3F. RGB value is (132,42,63). Sum of RGB (Red+Green+Blue) = 132+42+63=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #842A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A3F is #7BD5C0. Grayscale: #474747. Windows color (decimal): -8115649 or 4139652. OLE color: 4139652.
HSL color Cylindrical-coordinate representation of color #842A3F: hue angle of 346º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A3F is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 42 | 63 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.48 |
| HSL | 346º | 0.52% | 0.34% | - |
| HSV(B) | 346º | 0.68% | 0.52% | - |
| XYZ | 11.24 | 6.92 | 5.45 | - |
| YUV | 71.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 63 | 0 | 0.68 | 0.52 | 0.48 | 346 | 0.52 | 0.34 |
| Hex | 84 | 2A | 3F | 0 | 44 | 34 | 30 | 15A | 34 | 22 |
| Octal | 204 | 52 | 77 | 0 | 104 | 64 | 60 | 532 | 64 | 42 |
| Binary | 10000100 | 101010 | 111111 | 0 | 1000100 | 110100 | 110000 | 101011010 | 110100 | 100010 |
Color Harmonies of #842A3F
Complementary color
Monochromatic Colors of #842A3F
Black with #842A3F
Text Example
Text Example
White with #842A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842A3F; }
p { color: rgb(132,42,63); }
H1.HeaderClassName
{
color: #842A3F;
}
.AnyTagClassName
{
color: #842A3F;
}
</style>
background-color css
<style>
a { background-color: #842A3F; }
a { background-color: rgb(132,42,63); }
div.DivClassName
{
background-color: #842A3F;
}
.BgClassName
{
background-color: #842A3F;
}
</style>
border-color css
<style>
span { border-color: #842A3F; }
span { border-color: rgb(132,42,63); }
td.TdClassName
{
border-color: #842A3F;
}
.TagClassName
{
border-color: #842A3F;
}
</style>