Shades of Paprika #83333D
Tints of Paprika #83333D
RGB
CMYK
RGB Variations
Color information
#83333D (or 0x83333D) is known color: Paprika. HEX triplet: 83, 33 and 3D. RGB value is (131,51,61). Sum of RGB (Red+Green+Blue) = 131+51+61=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83333D is #7CCCC2. Grayscale: #4C4C4C. Windows color (decimal): -8178883 or 4010883. OLE color: 4010883.
HSL color Cylindrical-coordinate representation of color #83333D: hue angle of 352.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83333D is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 61 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.49 |
| HSL | 352.5º | 0.44% | 0.36% | - |
| HSV(B) | 352.5º | 0.61% | 0.51% | - |
| XYZ | 11.39 | 7.53 | 5.27 | - |
| YUV | 76.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 61 | 0 | 0.61 | 0.53 | 0.49 | 352.5 | 0.44 | 0.36 |
| Hex | 83 | 33 | 3D | 0 | 3D | 35 | 31 | 160 | 2C | 24 |
| Octal | 203 | 63 | 75 | 0 | 75 | 65 | 61 | 540 | 54 | 44 |
| Binary | 10000011 | 110011 | 111101 | 0 | 111101 | 110101 | 110001 | 101100000 | 101100 | 100100 |
Color Harmonies of #83333D
Complementary color
Monochromatic Colors of #83333D
Black with #83333D
Text Example
Text Example
White with #83333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83333D; }
p { color: rgb(131,51,61); }
H1.HeaderClassName
{
color: #83333D;
}
.AnyTagClassName
{
color: #83333D;
}
</style>
background-color css
<style>
a { background-color: #83333D; }
a { background-color: rgb(131,51,61); }
div.DivClassName
{
background-color: #83333D;
}
.BgClassName
{
background-color: #83333D;
}
</style>
border-color css
<style>
span { border-color: #83333D; }
span { border-color: rgb(131,51,61); }
td.TdClassName
{
border-color: #83333D;
}
.TagClassName
{
border-color: #83333D;
}
</style>