Shades of Paprika #82293F
Tints of Paprika #82293F
RGB
CMYK
RGB Variations
Color information
#82293F (or 0x82293F) is known color: Paprika. HEX triplet: 82, 29 and 3F. RGB value is (130,41,63). Sum of RGB (Red+Green+Blue) = 130+41+63=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #82293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82293F is #7DD6C0. Grayscale: #464646. Windows color (decimal): -8246977 or 4139394. OLE color: 4139394.
HSL color Cylindrical-coordinate representation of color #82293F: hue angle of 345.17º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82293F is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 41 | 63 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.49 |
| HSL | 345.17º | 0.52% | 0.34% | - |
| HSV(B) | 345.17º | 0.68% | 0.51% | - |
| XYZ | 10.9 | 6.69 | 5.42 | - |
| YUV | 70.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 63 | 0 | 0.68 | 0.52 | 0.49 | 345.17 | 0.52 | 0.34 |
| Hex | 82 | 29 | 3F | 0 | 44 | 34 | 31 | 159 | 34 | 22 |
| Octal | 202 | 51 | 77 | 0 | 104 | 64 | 61 | 531 | 64 | 42 |
| Binary | 10000010 | 101001 | 111111 | 0 | 1000100 | 110100 | 110001 | 101011001 | 110100 | 100010 |
Color Harmonies of #82293F
Complementary color
Monochromatic Colors of #82293F
Black with #82293F
Text Example
Text Example
White with #82293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82293F; }
p { color: rgb(130,41,63); }
H1.HeaderClassName
{
color: #82293F;
}
.AnyTagClassName
{
color: #82293F;
}
</style>
background-color css
<style>
a { background-color: #82293F; }
a { background-color: rgb(130,41,63); }
div.DivClassName
{
background-color: #82293F;
}
.BgClassName
{
background-color: #82293F;
}
</style>
border-color css
<style>
span { border-color: #82293F; }
span { border-color: rgb(130,41,63); }
td.TdClassName
{
border-color: #82293F;
}
.TagClassName
{
border-color: #82293F;
}
</style>