Shades of Paprika #83343F
Tints of Paprika #83343F
RGB
CMYK
RGB Variations
Color information
#83343F (or 0x83343F) is known color: Paprika. HEX triplet: 83, 34 and 3F. RGB value is (131,52,63). Sum of RGB (Red+Green+Blue) = 131+52+63=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83343F is #7CCBC0. Grayscale: #4C4C4C. Windows color (decimal): -8178625 or 4142211. OLE color: 4142211.
HSL color Cylindrical-coordinate representation of color #83343F: hue angle of 351.65º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83343F is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 63 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.49 |
| HSL | 351.65º | 0.43% | 0.36% | - |
| HSV(B) | 351.65º | 0.6% | 0.51% | - |
| XYZ | 11.49 | 7.64 | 5.57 | - |
| YUV | 76.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 63 | 0 | 0.60 | 0.52 | 0.49 | 351.65 | 0.43 | 0.36 |
| Hex | 83 | 34 | 3F | 0 | 3C | 34 | 31 | 160 | 2B | 24 |
| Octal | 203 | 64 | 77 | 0 | 74 | 64 | 61 | 540 | 53 | 44 |
| Binary | 10000011 | 110100 | 111111 | 0 | 111100 | 110100 | 110001 | 101100000 | 101011 | 100100 |
Color Harmonies of #83343F
Complementary color
Monochromatic Colors of #83343F
Black with #83343F
Text Example
Text Example
White with #83343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83343F; }
p { color: rgb(131,52,63); }
H1.HeaderClassName
{
color: #83343F;
}
.AnyTagClassName
{
color: #83343F;
}
</style>
background-color css
<style>
a { background-color: #83343F; }
a { background-color: rgb(131,52,63); }
div.DivClassName
{
background-color: #83343F;
}
.BgClassName
{
background-color: #83343F;
}
</style>
border-color css
<style>
span { border-color: #83343F; }
span { border-color: rgb(131,52,63); }
td.TdClassName
{
border-color: #83343F;
}
.TagClassName
{
border-color: #83343F;
}
</style>