Shades of Paprika #84293F
Tints of Paprika #84293F
RGB
CMYK
RGB Variations
Color information
#84293F (or 0x84293F) is known color: Paprika. HEX triplet: 84, 29 and 3F. RGB value is (132,41,63). Sum of RGB (Red+Green+Blue) = 132+41+63=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #84293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84293F is #7BD6C0. Grayscale: #464646. Windows color (decimal): -8115905 or 4139396. OLE color: 4139396.
HSL color Cylindrical-coordinate representation of color #84293F: hue angle of 345.49º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84293F is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 63 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.48 |
| HSL | 345.49º | 0.53% | 0.34% | - |
| HSV(B) | 345.49º | 0.69% | 0.52% | - |
| XYZ | 11.21 | 6.85 | 5.43 | - |
| YUV | 70.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 63 | 0 | 0.69 | 0.52 | 0.48 | 345.49 | 0.53 | 0.34 |
| Hex | 84 | 29 | 3F | 0 | 45 | 34 | 30 | 159 | 35 | 22 |
| Octal | 204 | 51 | 77 | 0 | 105 | 64 | 60 | 531 | 65 | 42 |
| Binary | 10000100 | 101001 | 111111 | 0 | 1000101 | 110100 | 110000 | 101011001 | 110101 | 100010 |
Color Harmonies of #84293F
Complementary color
Monochromatic Colors of #84293F
Black with #84293F
Text Example
Text Example
White with #84293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84293F; }
p { color: rgb(132,41,63); }
H1.HeaderClassName
{
color: #84293F;
}
.AnyTagClassName
{
color: #84293F;
}
</style>
background-color css
<style>
a { background-color: #84293F; }
a { background-color: rgb(132,41,63); }
div.DivClassName
{
background-color: #84293F;
}
.BgClassName
{
background-color: #84293F;
}
</style>
border-color css
<style>
span { border-color: #84293F; }
span { border-color: rgb(132,41,63); }
td.TdClassName
{
border-color: #84293F;
}
.TagClassName
{
border-color: #84293F;
}
</style>