Shades of Paprika #82333D
Tints of Paprika #82333D
RGB
CMYK
RGB Variations
Color information
#82333D (or 0x82333D) is known color: Paprika. HEX triplet: 82, 33 and 3D. RGB value is (130,51,61). Sum of RGB (Red+Green+Blue) = 130+51+61=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82333D is #7DCCC2. Grayscale: #4B4B4B. Windows color (decimal): -8244419 or 4010882. OLE color: 4010882.
HSL color Cylindrical-coordinate representation of color #82333D: hue angle of 352.41º 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 #82333D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 61 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.49 |
| HSL | 352.41º | 0.44% | 0.35% | - |
| HSV(B) | 352.41º | 0.61% | 0.51% | - |
| XYZ | 11.23 | 7.45 | 5.26 | - |
| YUV | 75.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 61 | 0 | 0.61 | 0.53 | 0.49 | 352.41 | 0.44 | 0.35 |
| Hex | 82 | 33 | 3D | 0 | 3D | 35 | 31 | 160 | 2C | 23 |
| Octal | 202 | 63 | 75 | 0 | 75 | 65 | 61 | 540 | 54 | 43 |
| Binary | 10000010 | 110011 | 111101 | 0 | 111101 | 110101 | 110001 | 101100000 | 101100 | 100011 |
Color Harmonies of #82333D
Complementary color
Monochromatic Colors of #82333D
Black with #82333D
Text Example
Text Example
White with #82333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82333D; }
p { color: rgb(130,51,61); }
H1.HeaderClassName
{
color: #82333D;
}
.AnyTagClassName
{
color: #82333D;
}
</style>
background-color css
<style>
a { background-color: #82333D; }
a { background-color: rgb(130,51,61); }
div.DivClassName
{
background-color: #82333D;
}
.BgClassName
{
background-color: #82333D;
}
</style>
border-color css
<style>
span { border-color: #82333D; }
span { border-color: rgb(130,51,61); }
td.TdClassName
{
border-color: #82333D;
}
.TagClassName
{
border-color: #82333D;
}
</style>