Shades of Paprika #83313F
Tints of Paprika #83313F
RGB
CMYK
RGB Variations
Color information
#83313F (or 0x83313F) is known color: Paprika. HEX triplet: 83, 31 and 3F. RGB value is (131,49,63). Sum of RGB (Red+Green+Blue) = 131+49+63=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83313F is #7CCEC0. Grayscale: #4B4B4B. Windows color (decimal): -8179393 or 4141443. OLE color: 4141443.
HSL color Cylindrical-coordinate representation of color #83313F: hue angle of 349.76º 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 #83313F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 49 | 63 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.49 |
| HSL | 349.76º | 0.46% | 0.35% | - |
| HSV(B) | 349.76º | 0.63% | 0.51% | - |
| XYZ | 11.36 | 7.38 | 5.53 | - |
| YUV | 75.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 63 | 0 | 0.63 | 0.52 | 0.49 | 349.76 | 0.46 | 0.35 |
| Hex | 83 | 31 | 3F | 0 | 3F | 34 | 31 | 15E | 2E | 23 |
| Octal | 203 | 61 | 77 | 0 | 77 | 64 | 61 | 536 | 56 | 43 |
| Binary | 10000011 | 110001 | 111111 | 0 | 111111 | 110100 | 110001 | 101011110 | 101110 | 100011 |
Color Harmonies of #83313F
Complementary color
Monochromatic Colors of #83313F
Black with #83313F
Text Example
Text Example
White with #83313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83313F; }
p { color: rgb(131,49,63); }
H1.HeaderClassName
{
color: #83313F;
}
.AnyTagClassName
{
color: #83313F;
}
</style>
background-color css
<style>
a { background-color: #83313F; }
a { background-color: rgb(131,49,63); }
div.DivClassName
{
background-color: #83313F;
}
.BgClassName
{
background-color: #83313F;
}
</style>
border-color css
<style>
span { border-color: #83313F; }
span { border-color: rgb(131,49,63); }
td.TdClassName
{
border-color: #83313F;
}
.TagClassName
{
border-color: #83313F;
}
</style>