Shades of Paprika #832F37
Tints of Paprika #832F37
RGB
CMYK
RGB Variations
Color information
#832F37 (or 0x832F37) is known color: Paprika. HEX triplet: 83, 2F and 37. RGB value is (131,47,55). Sum of RGB (Red+Green+Blue) = 131+47+55=233 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.22% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 131 - color contains mainly: red. Hex color #832F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832F37 is #7CD0C8. Grayscale: #494949. Windows color (decimal): -8179913 or 3616643. OLE color: 3616643.
HSL color Cylindrical-coordinate representation of color #832F37: hue angle of 354.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F37 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 47 | 55 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.49 |
| HSL | 354.29º | 0.47% | 0.35% | - |
| HSV(B) | 354.29º | 0.64% | 0.51% | - |
| XYZ | 11.07 | 7.13 | 4.41 | - |
| YUV | 73.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 55 | 0 | 0.64 | 0.58 | 0.49 | 354.29 | 0.47 | 0.35 |
| Hex | 83 | 2F | 37 | 0 | 40 | 3A | 31 | 162 | 2F | 23 |
| Octal | 203 | 57 | 67 | 0 | 100 | 72 | 61 | 542 | 57 | 43 |
| Binary | 10000011 | 101111 | 110111 | 0 | 1000000 | 111010 | 110001 | 101100010 | 101111 | 100011 |
Color Harmonies of #832F37
Complementary color
Monochromatic Colors of #832F37
Black with #832F37
Text Example
Text Example
White with #832F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832F37; }
p { color: rgb(131,47,55); }
H1.HeaderClassName
{
color: #832F37;
}
.AnyTagClassName
{
color: #832F37;
}
</style>
background-color css
<style>
a { background-color: #832F37; }
a { background-color: rgb(131,47,55); }
div.DivClassName
{
background-color: #832F37;
}
.BgClassName
{
background-color: #832F37;
}
</style>
border-color css
<style>
span { border-color: #832F37; }
span { border-color: rgb(131,47,55); }
td.TdClassName
{
border-color: #832F37;
}
.TagClassName
{
border-color: #832F37;
}
</style>