Shades of Paprika #84343E
Tints of Paprika #84343E
RGB
CMYK
RGB Variations
Color information
#84343E (or 0x84343E) is known color: Paprika. HEX triplet: 84, 34 and 3E. RGB value is (132,52,62). Sum of RGB (Red+Green+Blue) = 132+52+62=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84343E is #7BCBC1. Grayscale: #4D4D4D. Windows color (decimal): -8113090 or 4076676. OLE color: 4076676.
HSL color Cylindrical-coordinate representation of color #84343E: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84343E is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 62 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.48 |
| HSL | 352.5º | 0.43% | 0.36% | - |
| HSV(B) | 352.5º | 0.61% | 0.52% | - |
| XYZ | 11.61 | 7.71 | 5.43 | - |
| YUV | 77.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 62 | 0 | 0.61 | 0.53 | 0.48 | 352.5 | 0.43 | 0.36 |
| Hex | 84 | 34 | 3E | 0 | 3D | 35 | 30 | 160 | 2B | 24 |
| Octal | 204 | 64 | 76 | 0 | 75 | 65 | 60 | 540 | 53 | 44 |
| Binary | 10000100 | 110100 | 111110 | 0 | 111101 | 110101 | 110000 | 101100000 | 101011 | 100100 |
Color Harmonies of #84343E
Complementary color
Monochromatic Colors of #84343E
Black with #84343E
Text Example
Text Example
White with #84343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84343E; }
p { color: rgb(132,52,62); }
H1.HeaderClassName
{
color: #84343E;
}
.AnyTagClassName
{
color: #84343E;
}
</style>
background-color css
<style>
a { background-color: #84343E; }
a { background-color: rgb(132,52,62); }
div.DivClassName
{
background-color: #84343E;
}
.BgClassName
{
background-color: #84343E;
}
</style>
border-color css
<style>
span { border-color: #84343E; }
span { border-color: rgb(132,52,62); }
td.TdClassName
{
border-color: #84343E;
}
.TagClassName
{
border-color: #84343E;
}
</style>