Shades of Paprika #83333F
Tints of Paprika #83333F
RGB
CMYK
RGB Variations
Color information
#83333F (or 0x83333F) is known color: Paprika. HEX triplet: 83, 33 and 3F. RGB value is (131,51,63). Sum of RGB (Red+Green+Blue) = 131+51+63=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83333F is #7CCCC0. Grayscale: #4C4C4C. Windows color (decimal): -8178881 or 4141955. OLE color: 4141955.
HSL color Cylindrical-coordinate representation of color #83333F: hue angle of 351º 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 #83333F is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 63 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.49 |
| HSL | 351º | 0.44% | 0.36% | - |
| HSV(B) | 351º | 0.61% | 0.51% | - |
| XYZ | 11.44 | 7.55 | 5.56 | - |
| YUV | 76.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 63 | 0 | 0.61 | 0.52 | 0.49 | 351 | 0.44 | 0.36 |
| Hex | 83 | 33 | 3F | 0 | 3D | 34 | 31 | 15F | 2C | 24 |
| Octal | 203 | 63 | 77 | 0 | 75 | 64 | 61 | 537 | 54 | 44 |
| Binary | 10000011 | 110011 | 111111 | 0 | 111101 | 110100 | 110001 | 101011111 | 101100 | 100100 |
Color Harmonies of #83333F
Complementary color
Monochromatic Colors of #83333F
Black with #83333F
Text Example
Text Example
White with #83333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83333F; }
p { color: rgb(131,51,63); }
H1.HeaderClassName
{
color: #83333F;
}
.AnyTagClassName
{
color: #83333F;
}
</style>
background-color css
<style>
a { background-color: #83333F; }
a { background-color: rgb(131,51,63); }
div.DivClassName
{
background-color: #83333F;
}
.BgClassName
{
background-color: #83333F;
}
</style>
border-color css
<style>
span { border-color: #83333F; }
span { border-color: rgb(131,51,63); }
td.TdClassName
{
border-color: #83333F;
}
.TagClassName
{
border-color: #83333F;
}
</style>