Shades of Paprika #7F2F40
Tints of Paprika #7F2F40
RGB
CMYK
RGB Variations
Color information
#7F2F40 (or 0x7F2F40) is known color: Paprika. HEX triplet: 7F, 2F and 40. RGB value is (127,47,64). Sum of RGB (Red+Green+Blue) = 127+47+64=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F40 is #80D0BF. Grayscale: #484848. Windows color (decimal): -8442048 or 4206463. OLE color: 4206463.
HSL color Cylindrical-coordinate representation of color #7F2F40: hue angle of 347.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F2F40 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 64 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.50 |
| HSL | 347.25º | 0.46% | 0.34% | - |
| HSV(B) | 347.25º | 0.63% | 0.5% | - |
| XYZ | 10.69 | 6.92 | 5.62 | - |
| YUV | 72.86 | 123 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 64 | 0 | 0.63 | 0.50 | 0.50 | 347.25 | 0.46 | 0.34 |
| Hex | 7F | 2F | 40 | 0 | 3F | 32 | 32 | 15B | 2E | 22 |
| Octal | 177 | 57 | 100 | 0 | 77 | 62 | 62 | 533 | 56 | 42 |
| Binary | 1111111 | 101111 | 1000000 | 0 | 111111 | 110010 | 110010 | 101011011 | 101110 | 100010 |
Color Harmonies of #7F2F40
Complementary color
Monochromatic Colors of #7F2F40
Black with #7F2F40
Text Example
Text Example
White with #7F2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F40; }
p { color: rgb(127,47,64); }
H1.HeaderClassName
{
color: #7F2F40;
}
.AnyTagClassName
{
color: #7F2F40;
}
</style>
background-color css
<style>
a { background-color: #7F2F40; }
a { background-color: rgb(127,47,64); }
div.DivClassName
{
background-color: #7F2F40;
}
.BgClassName
{
background-color: #7F2F40;
}
</style>
border-color css
<style>
span { border-color: #7F2F40; }
span { border-color: rgb(127,47,64); }
td.TdClassName
{
border-color: #7F2F40;
}
.TagClassName
{
border-color: #7F2F40;
}
</style>