Shades of Paprika #822C3C
Tints of Paprika #822C3C
RGB
CMYK
RGB Variations
Color information
#822C3C (or 0x822C3C) is known color: Paprika. HEX triplet: 82, 2C and 3C. RGB value is (130,44,60). Sum of RGB (Red+Green+Blue) = 130+44+60=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #822C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C3C is #7DD3C3. Grayscale: #474747. Windows color (decimal): -8246212 or 3943554. OLE color: 3943554.
HSL color Cylindrical-coordinate representation of color #822C3C: hue angle of 348.84º 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 #822C3C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 44 | 60 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.49 |
| HSL | 348.84º | 0.49% | 0.34% | - |
| HSV(B) | 348.84º | 0.66% | 0.51% | - |
| XYZ | 10.92 | 6.87 | 5.03 | - |
| YUV | 71.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 60 | 0 | 0.66 | 0.54 | 0.49 | 348.84 | 0.49 | 0.34 |
| Hex | 82 | 2C | 3C | 0 | 42 | 36 | 31 | 15D | 31 | 22 |
| Octal | 202 | 54 | 74 | 0 | 102 | 66 | 61 | 535 | 61 | 42 |
| Binary | 10000010 | 101100 | 111100 | 0 | 1000010 | 110110 | 110001 | 101011101 | 110001 | 100010 |
Color Harmonies of #822C3C
Complementary color
Monochromatic Colors of #822C3C
Black with #822C3C
Text Example
Text Example
White with #822C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822C3C; }
p { color: rgb(130,44,60); }
H1.HeaderClassName
{
color: #822C3C;
}
.AnyTagClassName
{
color: #822C3C;
}
</style>
background-color css
<style>
a { background-color: #822C3C; }
a { background-color: rgb(130,44,60); }
div.DivClassName
{
background-color: #822C3C;
}
.BgClassName
{
background-color: #822C3C;
}
</style>
border-color css
<style>
span { border-color: #822C3C; }
span { border-color: rgb(130,44,60); }
td.TdClassName
{
border-color: #822C3C;
}
.TagClassName
{
border-color: #822C3C;
}
</style>