Shades of Paprika #83323A
Tints of Paprika #83323A
RGB
CMYK
RGB Variations
Color information
#83323A (or 0x83323A) is known color: Paprika. HEX triplet: 83, 32 and 3A. RGB value is (131,50,58). Sum of RGB (Red+Green+Blue) = 131+50+58=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #83323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83323A is #7CCDC5. Grayscale: #4B4B4B. Windows color (decimal): -8179142 or 3814019. OLE color: 3814019.
HSL color Cylindrical-coordinate representation of color #83323A: hue angle of 354.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83323A is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 58 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.49 |
| HSL | 354.07º | 0.45% | 0.35% | - |
| HSV(B) | 354.07º | 0.62% | 0.51% | - |
| XYZ | 11.26 | 7.41 | 4.84 | - |
| YUV | 75.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 58 | 0 | 0.62 | 0.56 | 0.49 | 354.07 | 0.45 | 0.35 |
| Hex | 83 | 32 | 3A | 0 | 3E | 38 | 31 | 162 | 2D | 23 |
| Octal | 203 | 62 | 72 | 0 | 76 | 70 | 61 | 542 | 55 | 43 |
| Binary | 10000011 | 110010 | 111010 | 0 | 111110 | 111000 | 110001 | 101100010 | 101101 | 100011 |
Color Harmonies of #83323A
Complementary color
Monochromatic Colors of #83323A
Black with #83323A
Text Example
Text Example
White with #83323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83323A; }
p { color: rgb(131,50,58); }
H1.HeaderClassName
{
color: #83323A;
}
.AnyTagClassName
{
color: #83323A;
}
</style>
background-color css
<style>
a { background-color: #83323A; }
a { background-color: rgb(131,50,58); }
div.DivClassName
{
background-color: #83323A;
}
.BgClassName
{
background-color: #83323A;
}
</style>
border-color css
<style>
span { border-color: #83323A; }
span { border-color: rgb(131,50,58); }
td.TdClassName
{
border-color: #83323A;
}
.TagClassName
{
border-color: #83323A;
}
</style>