Shades of Paprika #82303C
Tints of Paprika #82303C
RGB
CMYK
RGB Variations
Color information
#82303C (or 0x82303C) is known color: Paprika. HEX triplet: 82, 30 and 3C. RGB value is (130,48,60). Sum of RGB (Red+Green+Blue) = 130+48+60=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #82303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82303C is #7DCFC3. Grayscale: #494949. Windows color (decimal): -8245188 or 3944578. OLE color: 3944578.
HSL color Cylindrical-coordinate representation of color #82303C: hue angle of 351.22º 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 #82303C is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 60 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.49 |
| HSL | 351.22º | 0.46% | 0.35% | - |
| HSV(B) | 351.22º | 0.63% | 0.51% | - |
| XYZ | 11.08 | 7.19 | 5.08 | - |
| YUV | 73.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 60 | 0 | 0.63 | 0.54 | 0.49 | 351.22 | 0.46 | 0.35 |
| Hex | 82 | 30 | 3C | 0 | 3F | 36 | 31 | 15F | 2E | 23 |
| Octal | 202 | 60 | 74 | 0 | 77 | 66 | 61 | 537 | 56 | 43 |
| Binary | 10000010 | 110000 | 111100 | 0 | 111111 | 110110 | 110001 | 101011111 | 101110 | 100011 |
Color Harmonies of #82303C
Complementary color
Monochromatic Colors of #82303C
Black with #82303C
Text Example
Text Example
White with #82303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82303C; }
p { color: rgb(130,48,60); }
H1.HeaderClassName
{
color: #82303C;
}
.AnyTagClassName
{
color: #82303C;
}
</style>
background-color css
<style>
a { background-color: #82303C; }
a { background-color: rgb(130,48,60); }
div.DivClassName
{
background-color: #82303C;
}
.BgClassName
{
background-color: #82303C;
}
</style>
border-color css
<style>
span { border-color: #82303C; }
span { border-color: rgb(130,48,60); }
td.TdClassName
{
border-color: #82303C;
}
.TagClassName
{
border-color: #82303C;
}
</style>