Shades of Paprika #83283D
Tints of Paprika #83283D
RGB
CMYK
RGB Variations
Color information
#83283D (or 0x83283D) is known color: Paprika. HEX triplet: 83, 28 and 3D. RGB value is (131,40,61). Sum of RGB (Red+Green+Blue) = 131+40+61=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83283D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83283D is #7CD7C2. Grayscale: #454545. Windows color (decimal): -8181699 or 4008067. OLE color: 4008067.
HSL color Cylindrical-coordinate representation of color #83283D: hue angle of 346.15º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83283D is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 61 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.49 |
| HSL | 346.15º | 0.53% | 0.34% | - |
| HSV(B) | 346.15º | 0.69% | 0.51% | - |
| XYZ | 10.96 | 6.68 | 5.13 | - |
| YUV | 69.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 61 | 0 | 0.69 | 0.53 | 0.49 | 346.15 | 0.53 | 0.34 |
| Hex | 83 | 28 | 3D | 0 | 45 | 35 | 31 | 15A | 35 | 22 |
| Octal | 203 | 50 | 75 | 0 | 105 | 65 | 61 | 532 | 65 | 42 |
| Binary | 10000011 | 101000 | 111101 | 0 | 1000101 | 110101 | 110001 | 101011010 | 110101 | 100010 |
Color Harmonies of #83283D
Complementary color
Monochromatic Colors of #83283D
Black with #83283D
Text Example
Text Example
White with #83283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83283D; }
p { color: rgb(131,40,61); }
H1.HeaderClassName
{
color: #83283D;
}
.AnyTagClassName
{
color: #83283D;
}
</style>
background-color css
<style>
a { background-color: #83283D; }
a { background-color: rgb(131,40,61); }
div.DivClassName
{
background-color: #83283D;
}
.BgClassName
{
background-color: #83283D;
}
</style>
border-color css
<style>
span { border-color: #83283D; }
span { border-color: rgb(131,40,61); }
td.TdClassName
{
border-color: #83283D;
}
.TagClassName
{
border-color: #83283D;
}
</style>