Shades of Paprika #82333E
Tints of Paprika #82333E
RGB
CMYK
RGB Variations
Color information
#82333E (or 0x82333E) is known color: Paprika. HEX triplet: 82, 33 and 3E. RGB value is (130,51,62). Sum of RGB (Red+Green+Blue) = 130+51+62=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82333E is #7DCCC1. Grayscale: #4B4B4B. Windows color (decimal): -8244418 or 4076418. OLE color: 4076418.
HSL color Cylindrical-coordinate representation of color #82333E: hue angle of 351.65º 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 #82333E is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 62 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.49 |
| HSL | 351.65º | 0.44% | 0.35% | - |
| HSV(B) | 351.65º | 0.61% | 0.51% | - |
| XYZ | 11.26 | 7.46 | 5.4 | - |
| YUV | 75.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 62 | 0 | 0.61 | 0.52 | 0.49 | 351.65 | 0.44 | 0.35 |
| Hex | 82 | 33 | 3E | 0 | 3D | 34 | 31 | 160 | 2C | 23 |
| Octal | 202 | 63 | 76 | 0 | 75 | 64 | 61 | 540 | 54 | 43 |
| Binary | 10000010 | 110011 | 111110 | 0 | 111101 | 110100 | 110001 | 101100000 | 101100 | 100011 |
Color Harmonies of #82333E
Complementary color
Monochromatic Colors of #82333E
Black with #82333E
Text Example
Text Example
White with #82333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82333E; }
p { color: rgb(130,51,62); }
H1.HeaderClassName
{
color: #82333E;
}
.AnyTagClassName
{
color: #82333E;
}
</style>
background-color css
<style>
a { background-color: #82333E; }
a { background-color: rgb(130,51,62); }
div.DivClassName
{
background-color: #82333E;
}
.BgClassName
{
background-color: #82333E;
}
</style>
border-color css
<style>
span { border-color: #82333E; }
span { border-color: rgb(130,51,62); }
td.TdClassName
{
border-color: #82333E;
}
.TagClassName
{
border-color: #82333E;
}
</style>