Shades of Paprika #832D3A
Tints of Paprika #832D3A
RGB
CMYK
RGB Variations
Color information
#832D3A (or 0x832D3A) is known color: Paprika. HEX triplet: 83, 2D and 3A. RGB value is (131,45,58). Sum of RGB (Red+Green+Blue) = 131+45+58=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #832D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D3A is #7CD2C5. Grayscale: #484848. Windows color (decimal): -8180422 or 3812739. OLE color: 3812739.
HSL color Cylindrical-coordinate representation of color #832D3A: hue angle of 350.93º 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 #832D3A is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 58 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.49 |
| HSL | 350.93º | 0.49% | 0.35% | - |
| HSV(B) | 350.93º | 0.66% | 0.51% | - |
| XYZ | 11.06 | 7.01 | 4.77 | - |
| YUV | 72.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 58 | 0 | 0.66 | 0.56 | 0.49 | 350.93 | 0.49 | 0.35 |
| Hex | 83 | 2D | 3A | 0 | 42 | 38 | 31 | 15F | 31 | 23 |
| Octal | 203 | 55 | 72 | 0 | 102 | 70 | 61 | 537 | 61 | 43 |
| Binary | 10000011 | 101101 | 111010 | 0 | 1000010 | 111000 | 110001 | 101011111 | 110001 | 100011 |
Color Harmonies of #832D3A
Complementary color
Monochromatic Colors of #832D3A
Black with #832D3A
Text Example
Text Example
White with #832D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D3A; }
p { color: rgb(131,45,58); }
H1.HeaderClassName
{
color: #832D3A;
}
.AnyTagClassName
{
color: #832D3A;
}
</style>
background-color css
<style>
a { background-color: #832D3A; }
a { background-color: rgb(131,45,58); }
div.DivClassName
{
background-color: #832D3A;
}
.BgClassName
{
background-color: #832D3A;
}
</style>
border-color css
<style>
span { border-color: #832D3A; }
span { border-color: rgb(131,45,58); }
td.TdClassName
{
border-color: #832D3A;
}
.TagClassName
{
border-color: #832D3A;
}
</style>