Shades of Paprika #832D3D
Tints of Paprika #832D3D
RGB
CMYK
RGB Variations
Color information
#832D3D (or 0x832D3D) is known color: Paprika. HEX triplet: 83, 2D and 3D. RGB value is (131,45,61). Sum of RGB (Red+Green+Blue) = 131+45+61=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #832D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D3D is #7CD2C2. Grayscale: #484848. Windows color (decimal): -8180419 or 4009347. OLE color: 4009347.
HSL color Cylindrical-coordinate representation of color #832D3D: hue angle of 348.84º 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 #832D3D is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 61 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.49 |
| HSL | 348.84º | 0.49% | 0.35% | - |
| HSV(B) | 348.84º | 0.66% | 0.51% | - |
| XYZ | 11.14 | 7.04 | 5.19 | - |
| YUV | 72.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 61 | 0 | 0.66 | 0.53 | 0.49 | 348.84 | 0.49 | 0.35 |
| Hex | 83 | 2D | 3D | 0 | 42 | 35 | 31 | 15D | 31 | 23 |
| Octal | 203 | 55 | 75 | 0 | 102 | 65 | 61 | 535 | 61 | 43 |
| Binary | 10000011 | 101101 | 111101 | 0 | 1000010 | 110101 | 110001 | 101011101 | 110001 | 100011 |
Color Harmonies of #832D3D
Complementary color
Monochromatic Colors of #832D3D
Black with #832D3D
Text Example
Text Example
White with #832D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D3D; }
p { color: rgb(131,45,61); }
H1.HeaderClassName
{
color: #832D3D;
}
.AnyTagClassName
{
color: #832D3D;
}
</style>
background-color css
<style>
a { background-color: #832D3D; }
a { background-color: rgb(131,45,61); }
div.DivClassName
{
background-color: #832D3D;
}
.BgClassName
{
background-color: #832D3D;
}
</style>
border-color css
<style>
span { border-color: #832D3D; }
span { border-color: rgb(131,45,61); }
td.TdClassName
{
border-color: #832D3D;
}
.TagClassName
{
border-color: #832D3D;
}
</style>