Shades of Paprika #7F313B
Tints of Paprika #7F313B
RGB
CMYK
RGB Variations
Color information
#7F313B (or 0x7F313B) is known color: Paprika. HEX triplet: 7F, 31 and 3B. RGB value is (127,49,59). Sum of RGB (Red+Green+Blue) = 127+49+59=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F313B is #80CEC4. Grayscale: #494949. Windows color (decimal): -8441541 or 3879295. OLE color: 3879295.
HSL color Cylindrical-coordinate representation of color #7F313B: hue angle of 352.31º 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 #7F313B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 59 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.50 |
| HSL | 352.31º | 0.44% | 0.35% | - |
| HSV(B) | 352.31º | 0.61% | 0.5% | - |
| XYZ | 10.64 | 7.02 | 4.93 | - |
| YUV | 73.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 59 | 0 | 0.61 | 0.54 | 0.50 | 352.31 | 0.44 | 0.35 |
| Hex | 7F | 31 | 3B | 0 | 3D | 36 | 32 | 160 | 2C | 23 |
| Octal | 177 | 61 | 73 | 0 | 75 | 66 | 62 | 540 | 54 | 43 |
| Binary | 1111111 | 110001 | 111011 | 0 | 111101 | 110110 | 110010 | 101100000 | 101100 | 100011 |
Color Harmonies of #7F313B
Complementary color
Monochromatic Colors of #7F313B
Black with #7F313B
Text Example
Text Example
White with #7F313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F313B; }
p { color: rgb(127,49,59); }
H1.HeaderClassName
{
color: #7F313B;
}
.AnyTagClassName
{
color: #7F313B;
}
</style>
background-color css
<style>
a { background-color: #7F313B; }
a { background-color: rgb(127,49,59); }
div.DivClassName
{
background-color: #7F313B;
}
.BgClassName
{
background-color: #7F313B;
}
</style>
border-color css
<style>
span { border-color: #7F313B; }
span { border-color: rgb(127,49,59); }
td.TdClassName
{
border-color: #7F313B;
}
.TagClassName
{
border-color: #7F313B;
}
</style>