Shades of Paprika #833340
Tints of Paprika #833340
RGB
CMYK
RGB Variations
Color information
#833340 (or 0x833340) is known color: Paprika. HEX triplet: 83, 33 and 40. RGB value is (131,51,64). Sum of RGB (Red+Green+Blue) = 131+51+64=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #833340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833340 is #7CCCBF. Grayscale: #4C4C4C. Windows color (decimal): -8178880 or 4207491. OLE color: 4207491.
HSL color Cylindrical-coordinate representation of color #833340: hue angle of 350.25º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833340 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 64 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.49 |
| HSL | 350.25º | 0.44% | 0.36% | - |
| HSV(B) | 350.25º | 0.61% | 0.51% | - |
| XYZ | 11.47 | 7.56 | 5.71 | - |
| YUV | 76.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 64 | 0 | 0.61 | 0.51 | 0.49 | 350.25 | 0.44 | 0.36 |
| Hex | 83 | 33 | 40 | 0 | 3D | 33 | 31 | 15E | 2C | 24 |
| Octal | 203 | 63 | 100 | 0 | 75 | 63 | 61 | 536 | 54 | 44 |
| Binary | 10000011 | 110011 | 1000000 | 0 | 111101 | 110011 | 110001 | 101011110 | 101100 | 100100 |
Color Harmonies of #833340
Complementary color
Monochromatic Colors of #833340
Black with #833340
Text Example
Text Example
White with #833340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833340; }
p { color: rgb(131,51,64); }
H1.HeaderClassName
{
color: #833340;
}
.AnyTagClassName
{
color: #833340;
}
</style>
background-color css
<style>
a { background-color: #833340; }
a { background-color: rgb(131,51,64); }
div.DivClassName
{
background-color: #833340;
}
.BgClassName
{
background-color: #833340;
}
</style>
border-color css
<style>
span { border-color: #833340; }
span { border-color: rgb(131,51,64); }
td.TdClassName
{
border-color: #833340;
}
.TagClassName
{
border-color: #833340;
}
</style>