Shades of Paprika #84303F
Tints of Paprika #84303F
RGB
CMYK
RGB Variations
Color information
#84303F (or 0x84303F) is known color: Paprika. HEX triplet: 84, 30 and 3F. RGB value is (132,48,63). Sum of RGB (Red+Green+Blue) = 132+48+63=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84303F is #7BCFC0. Grayscale: #4A4A4A. Windows color (decimal): -8114113 or 4141188. OLE color: 4141188.
HSL color Cylindrical-coordinate representation of color #84303F: hue angle of 349.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84303F is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 63 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.48 |
| HSL | 349.29º | 0.47% | 0.35% | - |
| HSV(B) | 349.29º | 0.64% | 0.52% | - |
| XYZ | 11.47 | 7.38 | 5.52 | - |
| YUV | 74.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 63 | 0 | 0.64 | 0.52 | 0.48 | 349.29 | 0.47 | 0.35 |
| Hex | 84 | 30 | 3F | 0 | 40 | 34 | 30 | 15D | 2F | 23 |
| Octal | 204 | 60 | 77 | 0 | 100 | 64 | 60 | 535 | 57 | 43 |
| Binary | 10000100 | 110000 | 111111 | 0 | 1000000 | 110100 | 110000 | 101011101 | 101111 | 100011 |
Color Harmonies of #84303F
Complementary color
Monochromatic Colors of #84303F
Black with #84303F
Text Example
Text Example
White with #84303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84303F; }
p { color: rgb(132,48,63); }
H1.HeaderClassName
{
color: #84303F;
}
.AnyTagClassName
{
color: #84303F;
}
</style>
background-color css
<style>
a { background-color: #84303F; }
a { background-color: rgb(132,48,63); }
div.DivClassName
{
background-color: #84303F;
}
.BgClassName
{
background-color: #84303F;
}
</style>
border-color css
<style>
span { border-color: #84303F; }
span { border-color: rgb(132,48,63); }
td.TdClassName
{
border-color: #84303F;
}
.TagClassName
{
border-color: #84303F;
}
</style>