Shades of Paprika #82303E
Tints of Paprika #82303E
RGB
CMYK
RGB Variations
Color information
#82303E (or 0x82303E) is known color: Paprika. HEX triplet: 82, 30 and 3E. RGB value is (130,48,62). Sum of RGB (Red+Green+Blue) = 130+48+62=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82303E is #7DCFC1. Grayscale: #4A4A4A. Windows color (decimal): -8245186 or 4075650. OLE color: 4075650.
HSL color Cylindrical-coordinate representation of color #82303E: hue angle of 349.76º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82303E is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 62 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.49 |
| HSL | 349.76º | 0.46% | 0.35% | - |
| HSV(B) | 349.76º | 0.63% | 0.51% | - |
| XYZ | 11.13 | 7.21 | 5.36 | - |
| YUV | 74.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 62 | 0 | 0.63 | 0.52 | 0.49 | 349.76 | 0.46 | 0.35 |
| Hex | 82 | 30 | 3E | 0 | 3F | 34 | 31 | 15E | 2E | 23 |
| Octal | 202 | 60 | 76 | 0 | 77 | 64 | 61 | 536 | 56 | 43 |
| Binary | 10000010 | 110000 | 111110 | 0 | 111111 | 110100 | 110001 | 101011110 | 101110 | 100011 |
Color Harmonies of #82303E
Complementary color
Monochromatic Colors of #82303E
Black with #82303E
Text Example
Text Example
White with #82303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82303E; }
p { color: rgb(130,48,62); }
H1.HeaderClassName
{
color: #82303E;
}
.AnyTagClassName
{
color: #82303E;
}
</style>
background-color css
<style>
a { background-color: #82303E; }
a { background-color: rgb(130,48,62); }
div.DivClassName
{
background-color: #82303E;
}
.BgClassName
{
background-color: #82303E;
}
</style>
border-color css
<style>
span { border-color: #82303E; }
span { border-color: rgb(130,48,62); }
td.TdClassName
{
border-color: #82303E;
}
.TagClassName
{
border-color: #82303E;
}
</style>