Shades of Paprika #82303B
Tints of Paprika #82303B
RGB
CMYK
RGB Variations
Color information
#82303B (or 0x82303B) is known color: Paprika. HEX triplet: 82, 30 and 3B. RGB value is (130,48,59). Sum of RGB (Red+Green+Blue) = 130+48+59=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #82303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82303B is #7DCFC4. Grayscale: #494949. Windows color (decimal): -8245189 or 3879042. OLE color: 3879042.
HSL color Cylindrical-coordinate representation of color #82303B: hue angle of 351.95º 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 #82303B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 59 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.49 |
| HSL | 351.95º | 0.46% | 0.35% | - |
| HSV(B) | 351.95º | 0.63% | 0.51% | - |
| XYZ | 11.05 | 7.18 | 4.94 | - |
| YUV | 73.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 59 | 0 | 0.63 | 0.55 | 0.49 | 351.95 | 0.46 | 0.35 |
| Hex | 82 | 30 | 3B | 0 | 3F | 37 | 31 | 160 | 2E | 23 |
| Octal | 202 | 60 | 73 | 0 | 77 | 67 | 61 | 540 | 56 | 43 |
| Binary | 10000010 | 110000 | 111011 | 0 | 111111 | 110111 | 110001 | 101100000 | 101110 | 100011 |
Color Harmonies of #82303B
Complementary color
Monochromatic Colors of #82303B
Black with #82303B
Text Example
Text Example
White with #82303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82303B; }
p { color: rgb(130,48,59); }
H1.HeaderClassName
{
color: #82303B;
}
.AnyTagClassName
{
color: #82303B;
}
</style>
background-color css
<style>
a { background-color: #82303B; }
a { background-color: rgb(130,48,59); }
div.DivClassName
{
background-color: #82303B;
}
.BgClassName
{
background-color: #82303B;
}
</style>
border-color css
<style>
span { border-color: #82303B; }
span { border-color: rgb(130,48,59); }
td.TdClassName
{
border-color: #82303B;
}
.TagClassName
{
border-color: #82303B;
}
</style>