Shades of Paprika #7F2F3D
Tints of Paprika #7F2F3D
RGB
CMYK
RGB Variations
Color information
#7F2F3D (or 0x7F2F3D) is known color: Paprika. HEX triplet: 7F, 2F and 3D. RGB value is (127,47,61). Sum of RGB (Red+Green+Blue) = 127+47+61=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F3D is #80D0C2. Grayscale: #484848. Windows color (decimal): -8442051 or 4009855. OLE color: 4009855.
HSL color Cylindrical-coordinate representation of color #7F2F3D: hue angle of 349.5º 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 #7F2F3D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 61 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.50 |
| HSL | 349.5º | 0.46% | 0.34% | - |
| HSV(B) | 349.5º | 0.63% | 0.5% | - |
| XYZ | 10.61 | 6.88 | 5.18 | - |
| YUV | 72.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 61 | 0 | 0.63 | 0.52 | 0.50 | 349.5 | 0.46 | 0.34 |
| Hex | 7F | 2F | 3D | 0 | 3F | 34 | 32 | 15E | 2E | 22 |
| Octal | 177 | 57 | 75 | 0 | 77 | 64 | 62 | 536 | 56 | 42 |
| Binary | 1111111 | 101111 | 111101 | 0 | 111111 | 110100 | 110010 | 101011110 | 101110 | 100010 |
Color Harmonies of #7F2F3D
Complementary color
Monochromatic Colors of #7F2F3D
Black with #7F2F3D
Text Example
Text Example
White with #7F2F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F3D; }
p { color: rgb(127,47,61); }
H1.HeaderClassName
{
color: #7F2F3D;
}
.AnyTagClassName
{
color: #7F2F3D;
}
</style>
background-color css
<style>
a { background-color: #7F2F3D; }
a { background-color: rgb(127,47,61); }
div.DivClassName
{
background-color: #7F2F3D;
}
.BgClassName
{
background-color: #7F2F3D;
}
</style>
border-color css
<style>
span { border-color: #7F2F3D; }
span { border-color: rgb(127,47,61); }
td.TdClassName
{
border-color: #7F2F3D;
}
.TagClassName
{
border-color: #7F2F3D;
}
</style>