Shades of Paprika #82333B
Tints of Paprika #82333B
RGB
CMYK
RGB Variations
Color information
#82333B (or 0x82333B) is known color: Paprika. HEX triplet: 82, 33 and 3B. RGB value is (130,51,59). Sum of RGB (Red+Green+Blue) = 130+51+59=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #82333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82333B is #7DCCC4. Grayscale: #4B4B4B. Windows color (decimal): -8244421 or 3879810. OLE color: 3879810.
HSL color Cylindrical-coordinate representation of color #82333B: hue angle of 353.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82333B is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 59 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.49 |
| HSL | 353.92º | 0.44% | 0.35% | - |
| HSV(B) | 353.92º | 0.61% | 0.51% | - |
| XYZ | 11.18 | 7.43 | 4.98 | - |
| YUV | 75.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 59 | 0 | 0.61 | 0.55 | 0.49 | 353.92 | 0.44 | 0.35 |
| Hex | 82 | 33 | 3B | 0 | 3D | 37 | 31 | 162 | 2C | 23 |
| Octal | 202 | 63 | 73 | 0 | 75 | 67 | 61 | 542 | 54 | 43 |
| Binary | 10000010 | 110011 | 111011 | 0 | 111101 | 110111 | 110001 | 101100010 | 101100 | 100011 |
Color Harmonies of #82333B
Complementary color
Monochromatic Colors of #82333B
Black with #82333B
Text Example
Text Example
White with #82333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82333B; }
p { color: rgb(130,51,59); }
H1.HeaderClassName
{
color: #82333B;
}
.AnyTagClassName
{
color: #82333B;
}
</style>
background-color css
<style>
a { background-color: #82333B; }
a { background-color: rgb(130,51,59); }
div.DivClassName
{
background-color: #82333B;
}
.BgClassName
{
background-color: #82333B;
}
</style>
border-color css
<style>
span { border-color: #82333B; }
span { border-color: rgb(130,51,59); }
td.TdClassName
{
border-color: #82333B;
}
.TagClassName
{
border-color: #82333B;
}
</style>