Shades of Paprika #832C40
Tints of Paprika #832C40
RGB
CMYK
RGB Variations
Color information
#832C40 (or 0x832C40) is known color: Paprika. HEX triplet: 83, 2C and 40. RGB value is (131,44,64). Sum of RGB (Red+Green+Blue) = 131+44+64=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #832C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C40 is #7CD3BF. Grayscale: #484848. Windows color (decimal): -8180672 or 4205699. OLE color: 4205699.
HSL color Cylindrical-coordinate representation of color #832C40: hue angle of 346.21º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832C40 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 64 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.49 |
| HSL | 346.21º | 0.5% | 0.34% | - |
| HSV(B) | 346.21º | 0.66% | 0.51% | - |
| XYZ | 11.19 | 7 | 5.61 | - |
| YUV | 72.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 64 | 0 | 0.66 | 0.51 | 0.49 | 346.21 | 0.5 | 0.34 |
| Hex | 83 | 2C | 40 | 0 | 42 | 33 | 31 | 15A | 32 | 22 |
| Octal | 203 | 54 | 100 | 0 | 102 | 63 | 61 | 532 | 62 | 42 |
| Binary | 10000011 | 101100 | 1000000 | 0 | 1000010 | 110011 | 110001 | 101011010 | 110010 | 100010 |
Color Harmonies of #832C40
Complementary color
Monochromatic Colors of #832C40
Black with #832C40
Text Example
Text Example
White with #832C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C40; }
p { color: rgb(131,44,64); }
H1.HeaderClassName
{
color: #832C40;
}
.AnyTagClassName
{
color: #832C40;
}
</style>
background-color css
<style>
a { background-color: #832C40; }
a { background-color: rgb(131,44,64); }
div.DivClassName
{
background-color: #832C40;
}
.BgClassName
{
background-color: #832C40;
}
</style>
border-color css
<style>
span { border-color: #832C40; }
span { border-color: rgb(131,44,64); }
td.TdClassName
{
border-color: #832C40;
}
.TagClassName
{
border-color: #832C40;
}
</style>