Shades of Paprika #832D3E
Tints of Paprika #832D3E
RGB
CMYK
RGB Variations
Color information
#832D3E (or 0x832D3E) is known color: Paprika. HEX triplet: 83, 2D and 3E. RGB value is (131,45,62). Sum of RGB (Red+Green+Blue) = 131+45+62=238 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.04% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 131 - color contains mainly: red. Hex color #832D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D3E is #7CD2C1. Grayscale: #484848. Windows color (decimal): -8180418 or 4074883. OLE color: 4074883.
HSL color Cylindrical-coordinate representation of color #832D3E: hue angle of 348.14º 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 #832D3E is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 62 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.49 |
| HSL | 348.14º | 0.49% | 0.35% | - |
| HSV(B) | 348.14º | 0.66% | 0.51% | - |
| XYZ | 11.17 | 7.05 | 5.33 | - |
| YUV | 72.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 62 | 0 | 0.66 | 0.53 | 0.49 | 348.14 | 0.49 | 0.35 |
| Hex | 83 | 2D | 3E | 0 | 42 | 35 | 31 | 15C | 31 | 23 |
| Octal | 203 | 55 | 76 | 0 | 102 | 65 | 61 | 534 | 61 | 43 |
| Binary | 10000011 | 101101 | 111110 | 0 | 1000010 | 110101 | 110001 | 101011100 | 110001 | 100011 |
Color Harmonies of #832D3E
Complementary color
Monochromatic Colors of #832D3E
Black with #832D3E
Text Example
Text Example
White with #832D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D3E; }
p { color: rgb(131,45,62); }
H1.HeaderClassName
{
color: #832D3E;
}
.AnyTagClassName
{
color: #832D3E;
}
</style>
background-color css
<style>
a { background-color: #832D3E; }
a { background-color: rgb(131,45,62); }
div.DivClassName
{
background-color: #832D3E;
}
.BgClassName
{
background-color: #832D3E;
}
</style>
border-color css
<style>
span { border-color: #832D3E; }
span { border-color: rgb(131,45,62); }
td.TdClassName
{
border-color: #832D3E;
}
.TagClassName
{
border-color: #832D3E;
}
</style>