Shades of Paprika #7F313F
Tints of Paprika #7F313F
RGB
CMYK
RGB Variations
Color information
#7F313F (or 0x7F313F) is known color: Paprika. HEX triplet: 7F, 31 and 3F. RGB value is (127,49,63). Sum of RGB (Red+Green+Blue) = 127+49+63=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F313F is #80CEC0. Grayscale: #494949. Windows color (decimal): -8441537 or 4141439. OLE color: 4141439.
HSL color Cylindrical-coordinate representation of color #7F313F: hue angle of 349.23º 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 #7F313F is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 63 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.50 |
| HSL | 349.23º | 0.44% | 0.35% | - |
| HSV(B) | 349.23º | 0.61% | 0.5% | - |
| XYZ | 10.75 | 7.07 | 5.5 | - |
| YUV | 73.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 63 | 0 | 0.61 | 0.50 | 0.50 | 349.23 | 0.44 | 0.35 |
| Hex | 7F | 31 | 3F | 0 | 3D | 32 | 32 | 15D | 2C | 23 |
| Octal | 177 | 61 | 77 | 0 | 75 | 62 | 62 | 535 | 54 | 43 |
| Binary | 1111111 | 110001 | 111111 | 0 | 111101 | 110010 | 110010 | 101011101 | 101100 | 100011 |
Color Harmonies of #7F313F
Complementary color
Monochromatic Colors of #7F313F
Black with #7F313F
Text Example
Text Example
White with #7F313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F313F; }
p { color: rgb(127,49,63); }
H1.HeaderClassName
{
color: #7F313F;
}
.AnyTagClassName
{
color: #7F313F;
}
</style>
background-color css
<style>
a { background-color: #7F313F; }
a { background-color: rgb(127,49,63); }
div.DivClassName
{
background-color: #7F313F;
}
.BgClassName
{
background-color: #7F313F;
}
</style>
border-color css
<style>
span { border-color: #7F313F; }
span { border-color: rgb(127,49,63); }
td.TdClassName
{
border-color: #7F313F;
}
.TagClassName
{
border-color: #7F313F;
}
</style>