Shades of Paprika #822F3C
Tints of Paprika #822F3C
RGB
CMYK
RGB Variations
Color information
#822F3C (or 0x822F3C) is known color: Paprika. HEX triplet: 82, 2F and 3C. RGB value is (130,47,60). Sum of RGB (Red+Green+Blue) = 130+47+60=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #822F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F3C is #7DD0C3. Grayscale: #494949. Windows color (decimal): -8245444 or 3944322. OLE color: 3944322.
HSL color Cylindrical-coordinate representation of color #822F3C: hue angle of 350.6º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F3C is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 60 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.49 |
| HSL | 350.6º | 0.47% | 0.35% | - |
| HSV(B) | 350.6º | 0.64% | 0.51% | - |
| XYZ | 11.04 | 7.11 | 5.06 | - |
| YUV | 73.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 60 | 0 | 0.64 | 0.54 | 0.49 | 350.6 | 0.47 | 0.35 |
| Hex | 82 | 2F | 3C | 0 | 40 | 36 | 31 | 15F | 2F | 23 |
| Octal | 202 | 57 | 74 | 0 | 100 | 66 | 61 | 537 | 57 | 43 |
| Binary | 10000010 | 101111 | 111100 | 0 | 1000000 | 110110 | 110001 | 101011111 | 101111 | 100011 |
Color Harmonies of #822F3C
Complementary color
Monochromatic Colors of #822F3C
Black with #822F3C
Text Example
Text Example
White with #822F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F3C; }
p { color: rgb(130,47,60); }
H1.HeaderClassName
{
color: #822F3C;
}
.AnyTagClassName
{
color: #822F3C;
}
</style>
background-color css
<style>
a { background-color: #822F3C; }
a { background-color: rgb(130,47,60); }
div.DivClassName
{
background-color: #822F3C;
}
.BgClassName
{
background-color: #822F3C;
}
</style>
border-color css
<style>
span { border-color: #822F3C; }
span { border-color: rgb(130,47,60); }
td.TdClassName
{
border-color: #822F3C;
}
.TagClassName
{
border-color: #822F3C;
}
</style>