Shades of Paprika #82313D
Tints of Paprika #82313D
RGB
CMYK
RGB Variations
Color information
#82313D (or 0x82313D) is known color: Paprika. HEX triplet: 82, 31 and 3D. RGB value is (130,49,61). Sum of RGB (Red+Green+Blue) = 130+49+61=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82313D is #7DCEC2. Grayscale: #4A4A4A. Windows color (decimal): -8244931 or 4010370. OLE color: 4010370.
HSL color Cylindrical-coordinate representation of color #82313D: hue angle of 351.11º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82313D is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 61 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.49 |
| HSL | 351.11º | 0.45% | 0.35% | - |
| HSV(B) | 351.11º | 0.62% | 0.51% | - |
| XYZ | 11.15 | 7.28 | 5.23 | - |
| YUV | 74.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 61 | 0 | 0.62 | 0.53 | 0.49 | 351.11 | 0.45 | 0.35 |
| Hex | 82 | 31 | 3D | 0 | 3E | 35 | 31 | 15F | 2D | 23 |
| Octal | 202 | 61 | 75 | 0 | 76 | 65 | 61 | 537 | 55 | 43 |
| Binary | 10000010 | 110001 | 111101 | 0 | 111110 | 110101 | 110001 | 101011111 | 101101 | 100011 |
Color Harmonies of #82313D
Complementary color
Monochromatic Colors of #82313D
Black with #82313D
Text Example
Text Example
White with #82313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82313D; }
p { color: rgb(130,49,61); }
H1.HeaderClassName
{
color: #82313D;
}
.AnyTagClassName
{
color: #82313D;
}
</style>
background-color css
<style>
a { background-color: #82313D; }
a { background-color: rgb(130,49,61); }
div.DivClassName
{
background-color: #82313D;
}
.BgClassName
{
background-color: #82313D;
}
</style>
border-color css
<style>
span { border-color: #82313D; }
span { border-color: rgb(130,49,61); }
td.TdClassName
{
border-color: #82313D;
}
.TagClassName
{
border-color: #82313D;
}
</style>