Shades of Paprika #82343C
Tints of Paprika #82343C
RGB
CMYK
RGB Variations
Color information
#82343C (or 0x82343C) is known color: Paprika. HEX triplet: 82, 34 and 3C. RGB value is (130,52,60). Sum of RGB (Red+Green+Blue) = 130+52+60=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82343C is #7DCBC3. Grayscale: #4C4C4C. Windows color (decimal): -8244164 or 3945602. OLE color: 3945602.
HSL color Cylindrical-coordinate representation of color #82343C: hue angle of 353.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82343C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 52 | 60 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.49 |
| HSL | 353.85º | 0.43% | 0.36% | - |
| HSV(B) | 353.85º | 0.6% | 0.51% | - |
| XYZ | 11.25 | 7.53 | 5.14 | - |
| YUV | 76.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 60 | 0 | 0.60 | 0.54 | 0.49 | 353.85 | 0.43 | 0.36 |
| Hex | 82 | 34 | 3C | 0 | 3C | 36 | 31 | 162 | 2B | 24 |
| Octal | 202 | 64 | 74 | 0 | 74 | 66 | 61 | 542 | 53 | 44 |
| Binary | 10000010 | 110100 | 111100 | 0 | 111100 | 110110 | 110001 | 101100010 | 101011 | 100100 |
Color Harmonies of #82343C
Complementary color
Monochromatic Colors of #82343C
Black with #82343C
Text Example
Text Example
White with #82343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82343C; }
p { color: rgb(130,52,60); }
H1.HeaderClassName
{
color: #82343C;
}
.AnyTagClassName
{
color: #82343C;
}
</style>
background-color css
<style>
a { background-color: #82343C; }
a { background-color: rgb(130,52,60); }
div.DivClassName
{
background-color: #82343C;
}
.BgClassName
{
background-color: #82343C;
}
</style>
border-color css
<style>
span { border-color: #82343C; }
span { border-color: rgb(130,52,60); }
td.TdClassName
{
border-color: #82343C;
}
.TagClassName
{
border-color: #82343C;
}
</style>