Shades of Paprika #833139
Tints of Paprika #833139
RGB
CMYK
RGB Variations
Color information
#833139 (or 0x833139) is known color: Paprika. HEX triplet: 83, 31 and 39. RGB value is (131,49,57). Sum of RGB (Red+Green+Blue) = 131+49+57=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #833139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833139 is #7CCEC6. Grayscale: #4A4A4A. Windows color (decimal): -8179399 or 3748227. OLE color: 3748227.
HSL color Cylindrical-coordinate representation of color #833139: hue angle of 354.15º 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 #833139 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 57 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.49 |
| HSL | 354.15º | 0.46% | 0.35% | - |
| HSV(B) | 354.15º | 0.63% | 0.51% | - |
| XYZ | 11.2 | 7.32 | 4.69 | - |
| YUV | 74.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 57 | 0 | 0.63 | 0.56 | 0.49 | 354.15 | 0.46 | 0.35 |
| Hex | 83 | 31 | 39 | 0 | 3F | 38 | 31 | 162 | 2E | 23 |
| Octal | 203 | 61 | 71 | 0 | 77 | 70 | 61 | 542 | 56 | 43 |
| Binary | 10000011 | 110001 | 111001 | 0 | 111111 | 111000 | 110001 | 101100010 | 101110 | 100011 |
Color Harmonies of #833139
Complementary color
Monochromatic Colors of #833139
Black with #833139
Text Example
Text Example
White with #833139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833139; }
p { color: rgb(131,49,57); }
H1.HeaderClassName
{
color: #833139;
}
.AnyTagClassName
{
color: #833139;
}
</style>
background-color css
<style>
a { background-color: #833139; }
a { background-color: rgb(131,49,57); }
div.DivClassName
{
background-color: #833139;
}
.BgClassName
{
background-color: #833139;
}
</style>
border-color css
<style>
span { border-color: #833139; }
span { border-color: rgb(131,49,57); }
td.TdClassName
{
border-color: #833139;
}
.TagClassName
{
border-color: #833139;
}
</style>