Shades of Paprika #822D3A
Tints of Paprika #822D3A
RGB
CMYK
RGB Variations
Color information
#822D3A (or 0x822D3A) is known color: Paprika. HEX triplet: 82, 2D and 3A. RGB value is (130,45,58). Sum of RGB (Red+Green+Blue) = 130+45+58=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #822D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D3A is #7DD2C5. Grayscale: #474747. Windows color (decimal): -8245958 or 3812738. OLE color: 3812738.
HSL color Cylindrical-coordinate representation of color #822D3A: hue angle of 350.82º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D3A is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 45 | 58 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.49 |
| HSL | 350.82º | 0.49% | 0.34% | - |
| HSV(B) | 350.82º | 0.65% | 0.51% | - |
| XYZ | 10.91 | 6.93 | 4.77 | - |
| YUV | 71.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 58 | 0 | 0.65 | 0.55 | 0.49 | 350.82 | 0.49 | 0.34 |
| Hex | 82 | 2D | 3A | 0 | 41 | 37 | 31 | 15F | 31 | 22 |
| Octal | 202 | 55 | 72 | 0 | 101 | 67 | 61 | 537 | 61 | 42 |
| Binary | 10000010 | 101101 | 111010 | 0 | 1000001 | 110111 | 110001 | 101011111 | 110001 | 100010 |
Color Harmonies of #822D3A
Complementary color
Monochromatic Colors of #822D3A
Black with #822D3A
Text Example
Text Example
White with #822D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D3A; }
p { color: rgb(130,45,58); }
H1.HeaderClassName
{
color: #822D3A;
}
.AnyTagClassName
{
color: #822D3A;
}
</style>
background-color css
<style>
a { background-color: #822D3A; }
a { background-color: rgb(130,45,58); }
div.DivClassName
{
background-color: #822D3A;
}
.BgClassName
{
background-color: #822D3A;
}
</style>
border-color css
<style>
span { border-color: #822D3A; }
span { border-color: rgb(130,45,58); }
td.TdClassName
{
border-color: #822D3A;
}
.TagClassName
{
border-color: #822D3A;
}
</style>