Shades of Paprika #843340
Tints of Paprika #843340
RGB
CMYK
RGB Variations
Color information
#843340 (or 0x843340) is known color: Paprika. HEX triplet: 84, 33 and 40. RGB value is (132,51,64). Sum of RGB (Red+Green+Blue) = 132+51+64=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #843340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843340 is #7BCCBF. Grayscale: #4C4C4C. Windows color (decimal): -8113344 or 4207492. OLE color: 4207492.
HSL color Cylindrical-coordinate representation of color #843340: hue angle of 350.37º degrees, saturation: 0.44, 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 #843340 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 64 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.48 |
| HSL | 350.37º | 0.44% | 0.36% | - |
| HSV(B) | 350.37º | 0.61% | 0.52% | - |
| XYZ | 11.62 | 7.64 | 5.71 | - |
| YUV | 76.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 64 | 0 | 0.61 | 0.52 | 0.48 | 350.37 | 0.44 | 0.36 |
| Hex | 84 | 33 | 40 | 0 | 3D | 34 | 30 | 15E | 2C | 24 |
| Octal | 204 | 63 | 100 | 0 | 75 | 64 | 60 | 536 | 54 | 44 |
| Binary | 10000100 | 110011 | 1000000 | 0 | 111101 | 110100 | 110000 | 101011110 | 101100 | 100100 |
Color Harmonies of #843340
Complementary color
Monochromatic Colors of #843340
Black with #843340
Text Example
Text Example
White with #843340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843340; }
p { color: rgb(132,51,64); }
H1.HeaderClassName
{
color: #843340;
}
.AnyTagClassName
{
color: #843340;
}
</style>
background-color css
<style>
a { background-color: #843340; }
a { background-color: rgb(132,51,64); }
div.DivClassName
{
background-color: #843340;
}
.BgClassName
{
background-color: #843340;
}
</style>
border-color css
<style>
span { border-color: #843340; }
span { border-color: rgb(132,51,64); }
td.TdClassName
{
border-color: #843340;
}
.TagClassName
{
border-color: #843340;
}
</style>