Shades of Paprika #83293E
Tints of Paprika #83293E
RGB
CMYK
RGB Variations
Color information
#83293E (or 0x83293E) is known color: Paprika. HEX triplet: 83, 29 and 3E. RGB value is (131,41,62). Sum of RGB (Red+Green+Blue) = 131+41+62=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #83293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83293E is #7CD6C1. Grayscale: #464646. Windows color (decimal): -8181442 or 4073859. OLE color: 4073859.
HSL color Cylindrical-coordinate representation of color #83293E: hue angle of 346º degrees, saturation: 0.52, 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 #83293E is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 41 | 62 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.49 |
| HSL | 346º | 0.52% | 0.34% | - |
| HSV(B) | 346º | 0.69% | 0.51% | - |
| XYZ | 11.02 | 6.76 | 5.28 | - |
| YUV | 70.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 41 | 62 | 0 | 0.69 | 0.53 | 0.49 | 346 | 0.52 | 0.34 |
| Hex | 83 | 29 | 3E | 0 | 45 | 35 | 31 | 15A | 34 | 22 |
| Octal | 203 | 51 | 76 | 0 | 105 | 65 | 61 | 532 | 64 | 42 |
| Binary | 10000011 | 101001 | 111110 | 0 | 1000101 | 110101 | 110001 | 101011010 | 110100 | 100010 |
Color Harmonies of #83293E
Complementary color
Monochromatic Colors of #83293E
Black with #83293E
Text Example
Text Example
White with #83293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83293E; }
p { color: rgb(131,41,62); }
H1.HeaderClassName
{
color: #83293E;
}
.AnyTagClassName
{
color: #83293E;
}
</style>
background-color css
<style>
a { background-color: #83293E; }
a { background-color: rgb(131,41,62); }
div.DivClassName
{
background-color: #83293E;
}
.BgClassName
{
background-color: #83293E;
}
</style>
border-color css
<style>
span { border-color: #83293E; }
span { border-color: rgb(131,41,62); }
td.TdClassName
{
border-color: #83293E;
}
.TagClassName
{
border-color: #83293E;
}
</style>