Shades of Paprika #7F313A
Tints of Paprika #7F313A
RGB
CMYK
RGB Variations
Color information
#7F313A (or 0x7F313A) is known color: Paprika. HEX triplet: 7F, 31 and 3A. RGB value is (127,49,58). Sum of RGB (Red+Green+Blue) = 127+49+58=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F313A is #80CEC5. Grayscale: #494949. Windows color (decimal): -8441542 or 3813759. OLE color: 3813759.
HSL color Cylindrical-coordinate representation of color #7F313A: hue angle of 353.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F313A is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 58 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.50 |
| HSL | 353.08º | 0.44% | 0.35% | - |
| HSV(B) | 353.08º | 0.61% | 0.5% | - |
| XYZ | 10.61 | 7.01 | 4.8 | - |
| YUV | 73.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 58 | 0 | 0.61 | 0.54 | 0.50 | 353.08 | 0.44 | 0.35 |
| Hex | 7F | 31 | 3A | 0 | 3D | 36 | 32 | 161 | 2C | 23 |
| Octal | 177 | 61 | 72 | 0 | 75 | 66 | 62 | 541 | 54 | 43 |
| Binary | 1111111 | 110001 | 111010 | 0 | 111101 | 110110 | 110010 | 101100001 | 101100 | 100011 |
Color Harmonies of #7F313A
Complementary color
Monochromatic Colors of #7F313A
Black with #7F313A
Text Example
Text Example
White with #7F313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F313A; }
p { color: rgb(127,49,58); }
H1.HeaderClassName
{
color: #7F313A;
}
.AnyTagClassName
{
color: #7F313A;
}
</style>
background-color css
<style>
a { background-color: #7F313A; }
a { background-color: rgb(127,49,58); }
div.DivClassName
{
background-color: #7F313A;
}
.BgClassName
{
background-color: #7F313A;
}
</style>
border-color css
<style>
span { border-color: #7F313A; }
span { border-color: rgb(127,49,58); }
td.TdClassName
{
border-color: #7F313A;
}
.TagClassName
{
border-color: #7F313A;
}
</style>