Shades of Paprika #84343D
Tints of Paprika #84343D
RGB
CMYK
RGB Variations
Color information
#84343D (or 0x84343D) is known color: Paprika. HEX triplet: 84, 34 and 3D. RGB value is (132,52,61). Sum of RGB (Red+Green+Blue) = 132+52+61=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84343D is #7BCBC2. Grayscale: #4C4C4C. Windows color (decimal): -8113091 or 4011140. OLE color: 4011140.
HSL color Cylindrical-coordinate representation of color #84343D: hue angle of 353.25º 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 #84343D is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 61 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.48 |
| HSL | 353.25º | 0.43% | 0.36% | - |
| HSV(B) | 353.25º | 0.61% | 0.52% | - |
| XYZ | 11.59 | 7.7 | 5.29 | - |
| YUV | 76.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 61 | 0 | 0.61 | 0.54 | 0.48 | 353.25 | 0.43 | 0.36 |
| Hex | 84 | 34 | 3D | 0 | 3D | 36 | 30 | 161 | 2B | 24 |
| Octal | 204 | 64 | 75 | 0 | 75 | 66 | 60 | 541 | 53 | 44 |
| Binary | 10000100 | 110100 | 111101 | 0 | 111101 | 110110 | 110000 | 101100001 | 101011 | 100100 |
Color Harmonies of #84343D
Complementary color
Monochromatic Colors of #84343D
Black with #84343D
Text Example
Text Example
White with #84343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84343D; }
p { color: rgb(132,52,61); }
H1.HeaderClassName
{
color: #84343D;
}
.AnyTagClassName
{
color: #84343D;
}
</style>
background-color css
<style>
a { background-color: #84343D; }
a { background-color: rgb(132,52,61); }
div.DivClassName
{
background-color: #84343D;
}
.BgClassName
{
background-color: #84343D;
}
</style>
border-color css
<style>
span { border-color: #84343D; }
span { border-color: rgb(132,52,61); }
td.TdClassName
{
border-color: #84343D;
}
.TagClassName
{
border-color: #84343D;
}
</style>