Shades of Paprika #83303D
Tints of Paprika #83303D
RGB
CMYK
RGB Variations
Color information
#83303D (or 0x83303D) is known color: Paprika. HEX triplet: 83, 30 and 3D. RGB value is (131,48,61). Sum of RGB (Red+Green+Blue) = 131+48+61=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #83303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83303D is #7CCFC2. Grayscale: #4A4A4A. Windows color (decimal): -8179651 or 4010115. OLE color: 4010115.
HSL color Cylindrical-coordinate representation of color #83303D: hue angle of 350.6º 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 #83303D is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 48 | 61 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.49 |
| HSL | 350.6º | 0.46% | 0.35% | - |
| HSV(B) | 350.6º | 0.63% | 0.51% | - |
| XYZ | 11.26 | 7.28 | 5.23 | - |
| YUV | 74.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 61 | 0 | 0.63 | 0.53 | 0.49 | 350.6 | 0.46 | 0.35 |
| Hex | 83 | 30 | 3D | 0 | 3F | 35 | 31 | 15F | 2E | 23 |
| Octal | 203 | 60 | 75 | 0 | 77 | 65 | 61 | 537 | 56 | 43 |
| Binary | 10000011 | 110000 | 111101 | 0 | 111111 | 110101 | 110001 | 101011111 | 101110 | 100011 |
Color Harmonies of #83303D
Complementary color
Monochromatic Colors of #83303D
Black with #83303D
Text Example
Text Example
White with #83303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83303D; }
p { color: rgb(131,48,61); }
H1.HeaderClassName
{
color: #83303D;
}
.AnyTagClassName
{
color: #83303D;
}
</style>
background-color css
<style>
a { background-color: #83303D; }
a { background-color: rgb(131,48,61); }
div.DivClassName
{
background-color: #83303D;
}
.BgClassName
{
background-color: #83303D;
}
</style>
border-color css
<style>
span { border-color: #83303D; }
span { border-color: rgb(131,48,61); }
td.TdClassName
{
border-color: #83303D;
}
.TagClassName
{
border-color: #83303D;
}
</style>