Shades of Paprika #832D38
Tints of Paprika #832D38
RGB
CMYK
RGB Variations
Color information
#832D38 (or 0x832D38) is known color: Paprika. HEX triplet: 83, 2D and 38. RGB value is (131,45,56). Sum of RGB (Red+Green+Blue) = 131+45+56=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #832D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D38 is #7CD2C7. Grayscale: #484848. Windows color (decimal): -8180424 or 3681667. OLE color: 3681667.
HSL color Cylindrical-coordinate representation of color #832D38: hue angle of 352.33º 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 #832D38 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 56 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.49 |
| HSL | 352.33º | 0.49% | 0.35% | - |
| HSV(B) | 352.33º | 0.66% | 0.51% | - |
| XYZ | 11.01 | 6.99 | 4.51 | - |
| YUV | 71.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 56 | 0 | 0.66 | 0.57 | 0.49 | 352.33 | 0.49 | 0.35 |
| Hex | 83 | 2D | 38 | 0 | 42 | 39 | 31 | 160 | 31 | 23 |
| Octal | 203 | 55 | 70 | 0 | 102 | 71 | 61 | 540 | 61 | 43 |
| Binary | 10000011 | 101101 | 111000 | 0 | 1000010 | 111001 | 110001 | 101100000 | 110001 | 100011 |
Color Harmonies of #832D38
Complementary color
Monochromatic Colors of #832D38
Black with #832D38
Text Example
Text Example
White with #832D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D38; }
p { color: rgb(131,45,56); }
H1.HeaderClassName
{
color: #832D38;
}
.AnyTagClassName
{
color: #832D38;
}
</style>
background-color css
<style>
a { background-color: #832D38; }
a { background-color: rgb(131,45,56); }
div.DivClassName
{
background-color: #832D38;
}
.BgClassName
{
background-color: #832D38;
}
</style>
border-color css
<style>
span { border-color: #832D38; }
span { border-color: rgb(131,45,56); }
td.TdClassName
{
border-color: #832D38;
}
.TagClassName
{
border-color: #832D38;
}
</style>