Shades of Paprika #7F323F
Tints of Paprika #7F323F
RGB
CMYK
RGB Variations
Color information
#7F323F (or 0x7F323F) is known color: Paprika. HEX triplet: 7F, 32 and 3F. RGB value is (127,50,63). Sum of RGB (Red+Green+Blue) = 127+50+63=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F323F is #80CDC0. Grayscale: #4A4A4A. Windows color (decimal): -8441281 or 4141695. OLE color: 4141695.
HSL color Cylindrical-coordinate representation of color #7F323F: hue angle of 349.87º 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 #7F323F is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 63 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.50 |
| HSL | 349.87º | 0.44% | 0.35% | - |
| HSV(B) | 349.87º | 0.61% | 0.5% | - |
| XYZ | 10.79 | 7.15 | 5.51 | - |
| YUV | 74.51 | 121.51 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 63 | 0 | 0.61 | 0.50 | 0.50 | 349.87 | 0.44 | 0.35 |
| Hex | 7F | 32 | 3F | 0 | 3D | 32 | 32 | 15E | 2C | 23 |
| Octal | 177 | 62 | 77 | 0 | 75 | 62 | 62 | 536 | 54 | 43 |
| Binary | 1111111 | 110010 | 111111 | 0 | 111101 | 110010 | 110010 | 101011110 | 101100 | 100011 |
Color Harmonies of #7F323F
Complementary color
Monochromatic Colors of #7F323F
Black with #7F323F
Text Example
Text Example
White with #7F323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F323F; }
p { color: rgb(127,50,63); }
H1.HeaderClassName
{
color: #7F323F;
}
.AnyTagClassName
{
color: #7F323F;
}
</style>
background-color css
<style>
a { background-color: #7F323F; }
a { background-color: rgb(127,50,63); }
div.DivClassName
{
background-color: #7F323F;
}
.BgClassName
{
background-color: #7F323F;
}
</style>
border-color css
<style>
span { border-color: #7F323F; }
span { border-color: rgb(127,50,63); }
td.TdClassName
{
border-color: #7F323F;
}
.TagClassName
{
border-color: #7F323F;
}
</style>