Shades of Paprika #832C42
Tints of Paprika #832C42
RGB
CMYK
RGB Variations
Color information
#832C42 (or 0x832C42) is known color: Paprika. HEX triplet: 83, 2C and 42. RGB value is (131,44,66). Sum of RGB (Red+Green+Blue) = 131+44+66=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #832C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C42 is #7CD3BD. Grayscale: #484848. Windows color (decimal): -8180670 or 4336771. OLE color: 4336771.
HSL color Cylindrical-coordinate representation of color #832C42: hue angle of 344.83º 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 #832C42 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 44 | 66 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.49 |
| HSL | 344.83º | 0.5% | 0.34% | - |
| HSV(B) | 344.83º | 0.66% | 0.51% | - |
| XYZ | 11.24 | 7.02 | 5.92 | - |
| YUV | 72.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 66 | 0 | 0.66 | 0.50 | 0.49 | 344.83 | 0.5 | 0.34 |
| Hex | 83 | 2C | 42 | 0 | 42 | 32 | 31 | 159 | 32 | 22 |
| Octal | 203 | 54 | 102 | 0 | 102 | 62 | 61 | 531 | 62 | 42 |
| Binary | 10000011 | 101100 | 1000010 | 0 | 1000010 | 110010 | 110001 | 101011001 | 110010 | 100010 |
Color Harmonies of #832C42
Complementary color
Monochromatic Colors of #832C42
Black with #832C42
Text Example
Text Example
White with #832C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832C42; }
p { color: rgb(131,44,66); }
H1.HeaderClassName
{
color: #832C42;
}
.AnyTagClassName
{
color: #832C42;
}
</style>
background-color css
<style>
a { background-color: #832C42; }
a { background-color: rgb(131,44,66); }
div.DivClassName
{
background-color: #832C42;
}
.BgClassName
{
background-color: #832C42;
}
</style>
border-color css
<style>
span { border-color: #832C42; }
span { border-color: rgb(131,44,66); }
td.TdClassName
{
border-color: #832C42;
}
.TagClassName
{
border-color: #832C42;
}
</style>