Shades of Paprika #82303A
Tints of Paprika #82303A
RGB
CMYK
RGB Variations
Color information
#82303A (or 0x82303A) is known color: Paprika. HEX triplet: 82, 30 and 3A. RGB value is (130,48,58). Sum of RGB (Red+Green+Blue) = 130+48+58=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #82303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82303A is #7DCFC5. Grayscale: #494949. Windows color (decimal): -8245190 or 3813506. OLE color: 3813506.
HSL color Cylindrical-coordinate representation of color #82303A: hue angle of 352.68º 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 #82303A is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 48 | 58 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.49 |
| HSL | 352.68º | 0.46% | 0.35% | - |
| HSV(B) | 352.68º | 0.63% | 0.51% | - |
| XYZ | 11.03 | 7.17 | 4.8 | - |
| YUV | 73.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 58 | 0 | 0.63 | 0.55 | 0.49 | 352.68 | 0.46 | 0.35 |
| Hex | 82 | 30 | 3A | 0 | 3F | 37 | 31 | 161 | 2E | 23 |
| Octal | 202 | 60 | 72 | 0 | 77 | 67 | 61 | 541 | 56 | 43 |
| Binary | 10000010 | 110000 | 111010 | 0 | 111111 | 110111 | 110001 | 101100001 | 101110 | 100011 |
Color Harmonies of #82303A
Complementary color
Monochromatic Colors of #82303A
Black with #82303A
Text Example
Text Example
White with #82303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82303A; }
p { color: rgb(130,48,58); }
H1.HeaderClassName
{
color: #82303A;
}
.AnyTagClassName
{
color: #82303A;
}
</style>
background-color css
<style>
a { background-color: #82303A; }
a { background-color: rgb(130,48,58); }
div.DivClassName
{
background-color: #82303A;
}
.BgClassName
{
background-color: #82303A;
}
</style>
border-color css
<style>
span { border-color: #82303A; }
span { border-color: rgb(130,48,58); }
td.TdClassName
{
border-color: #82303A;
}
.TagClassName
{
border-color: #82303A;
}
</style>