Shades of Paprika #83303F
Tints of Paprika #83303F
RGB
CMYK
RGB Variations
Color information
#83303F (or 0x83303F) is known color: Paprika. HEX triplet: 83, 30 and 3F. RGB value is (131,48,63). Sum of RGB (Red+Green+Blue) = 131+48+63=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83303F is #7CCFC0. Grayscale: #4A4A4A. Windows color (decimal): -8179649 or 4141187. OLE color: 4141187.
HSL color Cylindrical-coordinate representation of color #83303F: hue angle of 349.16º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83303F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 63 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.49 |
| HSL | 349.16º | 0.46% | 0.35% | - |
| HSV(B) | 349.16º | 0.63% | 0.51% | - |
| XYZ | 11.31 | 7.3 | 5.51 | - |
| YUV | 74.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 63 | 0 | 0.63 | 0.52 | 0.49 | 349.16 | 0.46 | 0.35 |
| Hex | 83 | 30 | 3F | 0 | 3F | 34 | 31 | 15D | 2E | 23 |
| Octal | 203 | 60 | 77 | 0 | 77 | 64 | 61 | 535 | 56 | 43 |
| Binary | 10000011 | 110000 | 111111 | 0 | 111111 | 110100 | 110001 | 101011101 | 101110 | 100011 |
Color Harmonies of #83303F
Complementary color
Monochromatic Colors of #83303F
Black with #83303F
Text Example
Text Example
White with #83303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83303F; }
p { color: rgb(131,48,63); }
H1.HeaderClassName
{
color: #83303F;
}
.AnyTagClassName
{
color: #83303F;
}
</style>
background-color css
<style>
a { background-color: #83303F; }
a { background-color: rgb(131,48,63); }
div.DivClassName
{
background-color: #83303F;
}
.BgClassName
{
background-color: #83303F;
}
</style>
border-color css
<style>
span { border-color: #83303F; }
span { border-color: rgb(131,48,63); }
td.TdClassName
{
border-color: #83303F;
}
.TagClassName
{
border-color: #83303F;
}
</style>