Shades of Paprika #822C3A
Tints of Paprika #822C3A
RGB
CMYK
RGB Variations
Color information
#822C3A (or 0x822C3A) is known color: Paprika. HEX triplet: 82, 2C and 3A. RGB value is (130,44,58). Sum of RGB (Red+Green+Blue) = 130+44+58=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #822C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C3A is #7DD3C5. Grayscale: #474747. Windows color (decimal): -8246214 or 3812482. OLE color: 3812482.
HSL color Cylindrical-coordinate representation of color #822C3A: hue angle of 350.23º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #822C3A is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 58 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.49 |
| HSL | 350.23º | 0.49% | 0.34% | - |
| HSV(B) | 350.23º | 0.66% | 0.51% | - |
| XYZ | 10.87 | 6.85 | 4.75 | - |
| YUV | 71.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 58 | 0 | 0.66 | 0.55 | 0.49 | 350.23 | 0.49 | 0.34 |
| Hex | 82 | 2C | 3A | 0 | 42 | 37 | 31 | 15E | 31 | 22 |
| Octal | 202 | 54 | 72 | 0 | 102 | 67 | 61 | 536 | 61 | 42 |
| Binary | 10000010 | 101100 | 111010 | 0 | 1000010 | 110111 | 110001 | 101011110 | 110001 | 100010 |
Color Harmonies of #822C3A
Complementary color
Monochromatic Colors of #822C3A
Black with #822C3A
Text Example
Text Example
White with #822C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C3A; }
p { color: rgb(130,44,58); }
H1.HeaderClassName
{
color: #822C3A;
}
.AnyTagClassName
{
color: #822C3A;
}
</style>
background-color css
<style>
a { background-color: #822C3A; }
a { background-color: rgb(130,44,58); }
div.DivClassName
{
background-color: #822C3A;
}
.BgClassName
{
background-color: #822C3A;
}
</style>
border-color css
<style>
span { border-color: #822C3A; }
span { border-color: rgb(130,44,58); }
td.TdClassName
{
border-color: #822C3A;
}
.TagClassName
{
border-color: #822C3A;
}
</style>