Shades of Paprika #7F2F3B
Tints of Paprika #7F2F3B
RGB
CMYK
RGB Variations
Color information
#7F2F3B (or 0x7F2F3B) is known color: Paprika. HEX triplet: 7F, 2F and 3B. RGB value is (127,47,59). Sum of RGB (Red+Green+Blue) = 127+47+59=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F3B is #80D0C4. Grayscale: #484848. Windows color (decimal): -8442053 or 3878783. OLE color: 3878783.
HSL color Cylindrical-coordinate representation of color #7F2F3B: hue angle of 351º 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 #7F2F3B is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 59 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.50 |
| HSL | 351º | 0.46% | 0.34% | - |
| HSV(B) | 351º | 0.63% | 0.5% | - |
| XYZ | 10.56 | 6.86 | 4.91 | - |
| YUV | 72.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 59 | 0 | 0.63 | 0.54 | 0.50 | 351 | 0.46 | 0.34 |
| Hex | 7F | 2F | 3B | 0 | 3F | 36 | 32 | 15F | 2E | 22 |
| Octal | 177 | 57 | 73 | 0 | 77 | 66 | 62 | 537 | 56 | 42 |
| Binary | 1111111 | 101111 | 111011 | 0 | 111111 | 110110 | 110010 | 101011111 | 101110 | 100010 |
Color Harmonies of #7F2F3B
Complementary color
Monochromatic Colors of #7F2F3B
Black with #7F2F3B
Text Example
Text Example
White with #7F2F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F3B; }
p { color: rgb(127,47,59); }
H1.HeaderClassName
{
color: #7F2F3B;
}
.AnyTagClassName
{
color: #7F2F3B;
}
</style>
background-color css
<style>
a { background-color: #7F2F3B; }
a { background-color: rgb(127,47,59); }
div.DivClassName
{
background-color: #7F2F3B;
}
.BgClassName
{
background-color: #7F2F3B;
}
</style>
border-color css
<style>
span { border-color: #7F2F3B; }
span { border-color: rgb(127,47,59); }
td.TdClassName
{
border-color: #7F2F3B;
}
.TagClassName
{
border-color: #7F2F3B;
}
</style>