Shades of Paprika #833140
Tints of Paprika #833140
RGB
CMYK
RGB Variations
Color information
#833140 (or 0x833140) is known color: Paprika. HEX triplet: 83, 31 and 40. RGB value is (131,49,64). Sum of RGB (Red+Green+Blue) = 131+49+64=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #833140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833140 is #7CCEBF. Grayscale: #4B4B4B. Windows color (decimal): -8179392 or 4206979. OLE color: 4206979.
HSL color Cylindrical-coordinate representation of color #833140: hue angle of 349.02º 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 #833140 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 64 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.49 |
| HSL | 349.02º | 0.46% | 0.35% | - |
| HSV(B) | 349.02º | 0.63% | 0.51% | - |
| XYZ | 11.38 | 7.39 | 5.68 | - |
| YUV | 75.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 64 | 0 | 0.63 | 0.51 | 0.49 | 349.02 | 0.46 | 0.35 |
| Hex | 83 | 31 | 40 | 0 | 3F | 33 | 31 | 15D | 2E | 23 |
| Octal | 203 | 61 | 100 | 0 | 77 | 63 | 61 | 535 | 56 | 43 |
| Binary | 10000011 | 110001 | 1000000 | 0 | 111111 | 110011 | 110001 | 101011101 | 101110 | 100011 |
Color Harmonies of #833140
Complementary color
Monochromatic Colors of #833140
Black with #833140
Text Example
Text Example
White with #833140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833140; }
p { color: rgb(131,49,64); }
H1.HeaderClassName
{
color: #833140;
}
.AnyTagClassName
{
color: #833140;
}
</style>
background-color css
<style>
a { background-color: #833140; }
a { background-color: rgb(131,49,64); }
div.DivClassName
{
background-color: #833140;
}
.BgClassName
{
background-color: #833140;
}
</style>
border-color css
<style>
span { border-color: #833140; }
span { border-color: rgb(131,49,64); }
td.TdClassName
{
border-color: #833140;
}
.TagClassName
{
border-color: #833140;
}
</style>