Shades of Paprika #832D39
Tints of Paprika #832D39
RGB
CMYK
RGB Variations
Color information
#832D39 (or 0x832D39) is known color: Paprika. HEX triplet: 83, 2D and 39. RGB value is (131,45,57). Sum of RGB (Red+Green+Blue) = 131+45+57=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #832D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D39 is #7CD2C6. Grayscale: #484848. Windows color (decimal): -8180423 or 3747203. OLE color: 3747203.
HSL color Cylindrical-coordinate representation of color #832D39: hue angle of 351.63º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D39 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 57 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.49 |
| HSL | 351.63º | 0.49% | 0.35% | - |
| HSV(B) | 351.63º | 0.66% | 0.51% | - |
| XYZ | 11.04 | 7 | 4.64 | - |
| YUV | 72.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 57 | 0 | 0.66 | 0.56 | 0.49 | 351.63 | 0.49 | 0.35 |
| Hex | 83 | 2D | 39 | 0 | 42 | 38 | 31 | 160 | 31 | 23 |
| Octal | 203 | 55 | 71 | 0 | 102 | 70 | 61 | 540 | 61 | 43 |
| Binary | 10000011 | 101101 | 111001 | 0 | 1000010 | 111000 | 110001 | 101100000 | 110001 | 100011 |
Color Harmonies of #832D39
Complementary color
Monochromatic Colors of #832D39
Black with #832D39
Text Example
Text Example
White with #832D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D39; }
p { color: rgb(131,45,57); }
H1.HeaderClassName
{
color: #832D39;
}
.AnyTagClassName
{
color: #832D39;
}
</style>
background-color css
<style>
a { background-color: #832D39; }
a { background-color: rgb(131,45,57); }
div.DivClassName
{
background-color: #832D39;
}
.BgClassName
{
background-color: #832D39;
}
</style>
border-color css
<style>
span { border-color: #832D39; }
span { border-color: rgb(131,45,57); }
td.TdClassName
{
border-color: #832D39;
}
.TagClassName
{
border-color: #832D39;
}
</style>