Shades of Paprika #7F2C40
Tints of Paprika #7F2C40
RGB
CMYK
RGB Variations
Color information
#7F2C40 (or 0x7F2C40) is known color: Paprika. HEX triplet: 7F, 2C and 40. RGB value is (127,44,64). Sum of RGB (Red+Green+Blue) = 127+44+64=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2C40 is #80D3BF. Grayscale: #474747. Windows color (decimal): -8442816 or 4205695. OLE color: 4205695.
HSL color Cylindrical-coordinate representation of color #7F2C40: hue angle of 345.54º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F2C40 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 44 | 64 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.50 |
| HSL | 345.54º | 0.49% | 0.34% | - |
| HSV(B) | 345.54º | 0.65% | 0.5% | - |
| XYZ | 10.58 | 6.68 | 5.58 | - |
| YUV | 71.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 64 | 0 | 0.65 | 0.50 | 0.50 | 345.54 | 0.49 | 0.34 |
| Hex | 7F | 2C | 40 | 0 | 41 | 32 | 32 | 15A | 31 | 22 |
| Octal | 177 | 54 | 100 | 0 | 101 | 62 | 62 | 532 | 61 | 42 |
| Binary | 1111111 | 101100 | 1000000 | 0 | 1000001 | 110010 | 110010 | 101011010 | 110001 | 100010 |
Color Harmonies of #7F2C40
Complementary color
Monochromatic Colors of #7F2C40
Black with #7F2C40
Text Example
Text Example
White with #7F2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C40; }
p { color: rgb(127,44,64); }
H1.HeaderClassName
{
color: #7F2C40;
}
.AnyTagClassName
{
color: #7F2C40;
}
</style>
background-color css
<style>
a { background-color: #7F2C40; }
a { background-color: rgb(127,44,64); }
div.DivClassName
{
background-color: #7F2C40;
}
.BgClassName
{
background-color: #7F2C40;
}
</style>
border-color css
<style>
span { border-color: #7F2C40; }
span { border-color: rgb(127,44,64); }
td.TdClassName
{
border-color: #7F2C40;
}
.TagClassName
{
border-color: #7F2C40;
}
</style>