Shades of Paprika #83303C
Tints of Paprika #83303C
RGB
CMYK
RGB Variations
Color information
#83303C (or 0x83303C) is known color: Paprika. HEX triplet: 83, 30 and 3C. RGB value is (131,48,60). Sum of RGB (Red+Green+Blue) = 131+48+60=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83303C is #7CCFC3. Grayscale: #4A4A4A. Windows color (decimal): -8179652 or 3944579. OLE color: 3944579.
HSL color Cylindrical-coordinate representation of color #83303C: hue angle of 351.33º 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 #83303C is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 60 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.49 |
| HSL | 351.33º | 0.46% | 0.35% | - |
| HSV(B) | 351.33º | 0.63% | 0.51% | - |
| XYZ | 11.23 | 7.27 | 5.09 | - |
| YUV | 74.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 60 | 0 | 0.63 | 0.54 | 0.49 | 351.33 | 0.46 | 0.35 |
| Hex | 83 | 30 | 3C | 0 | 3F | 36 | 31 | 15F | 2E | 23 |
| Octal | 203 | 60 | 74 | 0 | 77 | 66 | 61 | 537 | 56 | 43 |
| Binary | 10000011 | 110000 | 111100 | 0 | 111111 | 110110 | 110001 | 101011111 | 101110 | 100011 |
Color Harmonies of #83303C
Complementary color
Monochromatic Colors of #83303C
Black with #83303C
Text Example
Text Example
White with #83303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83303C; }
p { color: rgb(131,48,60); }
H1.HeaderClassName
{
color: #83303C;
}
.AnyTagClassName
{
color: #83303C;
}
</style>
background-color css
<style>
a { background-color: #83303C; }
a { background-color: rgb(131,48,60); }
div.DivClassName
{
background-color: #83303C;
}
.BgClassName
{
background-color: #83303C;
}
</style>
border-color css
<style>
span { border-color: #83303C; }
span { border-color: rgb(131,48,60); }
td.TdClassName
{
border-color: #83303C;
}
.TagClassName
{
border-color: #83303C;
}
</style>