Shades of Paprika #832D40
Tints of Paprika #832D40
RGB
CMYK
RGB Variations
Color information
#832D40 (or 0x832D40) is known color: Paprika. HEX triplet: 83, 2D and 40. RGB value is (131,45,64). Sum of RGB (Red+Green+Blue) = 131+45+64=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #832D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D40 is #7CD2BF. Grayscale: #484848. Windows color (decimal): -8180416 or 4205955. OLE color: 4205955.
HSL color Cylindrical-coordinate representation of color #832D40: hue angle of 346.74º 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 #832D40 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 64 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.49 |
| HSL | 346.74º | 0.49% | 0.35% | - |
| HSV(B) | 346.74º | 0.66% | 0.51% | - |
| XYZ | 11.22 | 7.07 | 5.62 | - |
| YUV | 72.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 64 | 0 | 0.66 | 0.51 | 0.49 | 346.74 | 0.49 | 0.35 |
| Hex | 83 | 2D | 40 | 0 | 42 | 33 | 31 | 15B | 31 | 23 |
| Octal | 203 | 55 | 100 | 0 | 102 | 63 | 61 | 533 | 61 | 43 |
| Binary | 10000011 | 101101 | 1000000 | 0 | 1000010 | 110011 | 110001 | 101011011 | 110001 | 100011 |
Color Harmonies of #832D40
Complementary color
Monochromatic Colors of #832D40
Black with #832D40
Text Example
Text Example
White with #832D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D40; }
p { color: rgb(131,45,64); }
H1.HeaderClassName
{
color: #832D40;
}
.AnyTagClassName
{
color: #832D40;
}
</style>
background-color css
<style>
a { background-color: #832D40; }
a { background-color: rgb(131,45,64); }
div.DivClassName
{
background-color: #832D40;
}
.BgClassName
{
background-color: #832D40;
}
</style>
border-color css
<style>
span { border-color: #832D40; }
span { border-color: rgb(131,45,64); }
td.TdClassName
{
border-color: #832D40;
}
.TagClassName
{
border-color: #832D40;
}
</style>