Shades of Paprika #84323F
Tints of Paprika #84323F
RGB
CMYK
RGB Variations
Color information
#84323F (or 0x84323F) is known color: Paprika. HEX triplet: 84, 32 and 3F. RGB value is (132,50,63). Sum of RGB (Red+Green+Blue) = 132+50+63=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84323F is #7BCDC0. Grayscale: #4C4C4C. Windows color (decimal): -8113601 or 4141700. OLE color: 4141700.
HSL color Cylindrical-coordinate representation of color #84323F: hue angle of 350.49º 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 #84323F is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 50 | 63 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.48 |
| HSL | 350.49º | 0.45% | 0.36% | - |
| HSV(B) | 350.49º | 0.62% | 0.52% | - |
| XYZ | 11.55 | 7.55 | 5.55 | - |
| YUV | 76 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 63 | 0 | 0.62 | 0.52 | 0.48 | 350.49 | 0.45 | 0.36 |
| Hex | 84 | 32 | 3F | 0 | 3E | 34 | 30 | 15E | 2D | 24 |
| Octal | 204 | 62 | 77 | 0 | 76 | 64 | 60 | 536 | 55 | 44 |
| Binary | 10000100 | 110010 | 111111 | 0 | 111110 | 110100 | 110000 | 101011110 | 101101 | 100100 |
Color Harmonies of #84323F
Complementary color
Monochromatic Colors of #84323F
Black with #84323F
Text Example
Text Example
White with #84323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84323F; }
p { color: rgb(132,50,63); }
H1.HeaderClassName
{
color: #84323F;
}
.AnyTagClassName
{
color: #84323F;
}
</style>
background-color css
<style>
a { background-color: #84323F; }
a { background-color: rgb(132,50,63); }
div.DivClassName
{
background-color: #84323F;
}
.BgClassName
{
background-color: #84323F;
}
</style>
border-color css
<style>
span { border-color: #84323F; }
span { border-color: rgb(132,50,63); }
td.TdClassName
{
border-color: #84323F;
}
.TagClassName
{
border-color: #84323F;
}
</style>