Shades of Paprika #83343C
Tints of Paprika #83343C
RGB
CMYK
RGB Variations
Color information
#83343C (or 0x83343C) is known color: Paprika. HEX triplet: 83, 34 and 3C. RGB value is (131,52,60). Sum of RGB (Red+Green+Blue) = 131+52+60=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83343C is #7CCBC3. Grayscale: #4C4C4C. Windows color (decimal): -8178628 or 3945603. OLE color: 3945603.
HSL color Cylindrical-coordinate representation of color #83343C: hue angle of 353.92º 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 #83343C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 52 | 60 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.49 |
| HSL | 353.92º | 0.43% | 0.36% | - |
| HSV(B) | 353.92º | 0.6% | 0.51% | - |
| XYZ | 11.4 | 7.61 | 5.14 | - |
| YUV | 76.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 60 | 0 | 0.60 | 0.54 | 0.49 | 353.92 | 0.43 | 0.36 |
| Hex | 83 | 34 | 3C | 0 | 3C | 36 | 31 | 162 | 2B | 24 |
| Octal | 203 | 64 | 74 | 0 | 74 | 66 | 61 | 542 | 53 | 44 |
| Binary | 10000011 | 110100 | 111100 | 0 | 111100 | 110110 | 110001 | 101100010 | 101011 | 100100 |
Color Harmonies of #83343C
Complementary color
Monochromatic Colors of #83343C
Black with #83343C
Text Example
Text Example
White with #83343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83343C; }
p { color: rgb(131,52,60); }
H1.HeaderClassName
{
color: #83343C;
}
.AnyTagClassName
{
color: #83343C;
}
</style>
background-color css
<style>
a { background-color: #83343C; }
a { background-color: rgb(131,52,60); }
div.DivClassName
{
background-color: #83343C;
}
.BgClassName
{
background-color: #83343C;
}
</style>
border-color css
<style>
span { border-color: #83343C; }
span { border-color: rgb(131,52,60); }
td.TdClassName
{
border-color: #83343C;
}
.TagClassName
{
border-color: #83343C;
}
</style>