Shades of Paprika #82303D
Tints of Paprika #82303D
RGB
CMYK
RGB Variations
Color information
#82303D (or 0x82303D) is known color: Paprika. HEX triplet: 82, 30 and 3D. RGB value is (130,48,61). Sum of RGB (Red+Green+Blue) = 130+48+61=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #82303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82303D is #7DCFC2. Grayscale: #4A4A4A. Windows color (decimal): -8245187 or 4010114. OLE color: 4010114.
HSL color Cylindrical-coordinate representation of color #82303D: hue angle of 350.49º 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 #82303D is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 61 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.49 |
| HSL | 350.49º | 0.46% | 0.35% | - |
| HSV(B) | 350.49º | 0.63% | 0.51% | - |
| XYZ | 11.11 | 7.2 | 5.22 | - |
| YUV | 74 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 61 | 0 | 0.63 | 0.53 | 0.49 | 350.49 | 0.46 | 0.35 |
| Hex | 82 | 30 | 3D | 0 | 3F | 35 | 31 | 15E | 2E | 23 |
| Octal | 202 | 60 | 75 | 0 | 77 | 65 | 61 | 536 | 56 | 43 |
| Binary | 10000010 | 110000 | 111101 | 0 | 111111 | 110101 | 110001 | 101011110 | 101110 | 100011 |
Color Harmonies of #82303D
Complementary color
Monochromatic Colors of #82303D
Black with #82303D
Text Example
Text Example
White with #82303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82303D; }
p { color: rgb(130,48,61); }
H1.HeaderClassName
{
color: #82303D;
}
.AnyTagClassName
{
color: #82303D;
}
</style>
background-color css
<style>
a { background-color: #82303D; }
a { background-color: rgb(130,48,61); }
div.DivClassName
{
background-color: #82303D;
}
.BgClassName
{
background-color: #82303D;
}
</style>
border-color css
<style>
span { border-color: #82303D; }
span { border-color: rgb(130,48,61); }
td.TdClassName
{
border-color: #82303D;
}
.TagClassName
{
border-color: #82303D;
}
</style>