Shades of Paprika #84343F
Tints of Paprika #84343F
RGB
CMYK
RGB Variations
Color information
#84343F (or 0x84343F) is known color: Paprika. HEX triplet: 84, 34 and 3F. RGB value is (132,52,63). Sum of RGB (Red+Green+Blue) = 132+52+63=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84343F is #7BCBC0. Grayscale: #4D4D4D. Windows color (decimal): -8113089 or 4142212. OLE color: 4142212.
HSL color Cylindrical-coordinate representation of color #84343F: hue angle of 351.75º 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 #84343F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 52 | 63 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.48 |
| HSL | 351.75º | 0.43% | 0.36% | - |
| HSV(B) | 351.75º | 0.61% | 0.52% | - |
| XYZ | 11.64 | 7.72 | 5.58 | - |
| YUV | 77.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 63 | 0 | 0.61 | 0.52 | 0.48 | 351.75 | 0.43 | 0.36 |
| Hex | 84 | 34 | 3F | 0 | 3D | 34 | 30 | 160 | 2B | 24 |
| Octal | 204 | 64 | 77 | 0 | 75 | 64 | 60 | 540 | 53 | 44 |
| Binary | 10000100 | 110100 | 111111 | 0 | 111101 | 110100 | 110000 | 101100000 | 101011 | 100100 |
Color Harmonies of #84343F
Complementary color
Monochromatic Colors of #84343F
Black with #84343F
Text Example
Text Example
White with #84343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84343F; }
p { color: rgb(132,52,63); }
H1.HeaderClassName
{
color: #84343F;
}
.AnyTagClassName
{
color: #84343F;
}
</style>
background-color css
<style>
a { background-color: #84343F; }
a { background-color: rgb(132,52,63); }
div.DivClassName
{
background-color: #84343F;
}
.BgClassName
{
background-color: #84343F;
}
</style>
border-color css
<style>
span { border-color: #84343F; }
span { border-color: rgb(132,52,63); }
td.TdClassName
{
border-color: #84343F;
}
.TagClassName
{
border-color: #84343F;
}
</style>