Shades of Paprika #84323E
Tints of Paprika #84323E
RGB
CMYK
RGB Variations
Color information
#84323E (or 0x84323E) is known color: Paprika. HEX triplet: 84, 32 and 3E. RGB value is (132,50,62). Sum of RGB (Red+Green+Blue) = 132+50+62=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84323E is #7BCDC1. Grayscale: #4B4B4B. Windows color (decimal): -8113602 or 4076164. OLE color: 4076164.
HSL color Cylindrical-coordinate representation of color #84323E: hue angle of 351.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84323E is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 62 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.48 |
| HSL | 351.22º | 0.45% | 0.36% | - |
| HSV(B) | 351.22º | 0.62% | 0.52% | - |
| XYZ | 11.53 | 7.53 | 5.4 | - |
| YUV | 75.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 62 | 0 | 0.62 | 0.53 | 0.48 | 351.22 | 0.45 | 0.36 |
| Hex | 84 | 32 | 3E | 0 | 3E | 35 | 30 | 15F | 2D | 24 |
| Octal | 204 | 62 | 76 | 0 | 76 | 65 | 60 | 537 | 55 | 44 |
| Binary | 10000100 | 110010 | 111110 | 0 | 111110 | 110101 | 110000 | 101011111 | 101101 | 100100 |
Color Harmonies of #84323E
Complementary color
Monochromatic Colors of #84323E
Black with #84323E
Text Example
Text Example
White with #84323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84323E; }
p { color: rgb(132,50,62); }
H1.HeaderClassName
{
color: #84323E;
}
.AnyTagClassName
{
color: #84323E;
}
</style>
background-color css
<style>
a { background-color: #84323E; }
a { background-color: rgb(132,50,62); }
div.DivClassName
{
background-color: #84323E;
}
.BgClassName
{
background-color: #84323E;
}
</style>
border-color css
<style>
span { border-color: #84323E; }
span { border-color: rgb(132,50,62); }
td.TdClassName
{
border-color: #84323E;
}
.TagClassName
{
border-color: #84323E;
}
</style>