Shades of Paprika #7F343B
Tints of Paprika #7F343B
RGB
CMYK
RGB Variations
Color information
#7F343B (or 0x7F343B) is known color: Paprika. HEX triplet: 7F, 34 and 3B. RGB value is (127,52,59). Sum of RGB (Red+Green+Blue) = 127+52+59=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F343B is #80CBC4. Grayscale: #4B4B4B. Windows color (decimal): -8440773 or 3880063. OLE color: 3880063.
HSL color Cylindrical-coordinate representation of color #7F343B: hue angle of 354.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F343B is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 52 | 59 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.50 |
| HSL | 354.4º | 0.42% | 0.35% | - |
| HSV(B) | 354.4º | 0.59% | 0.5% | - |
| XYZ | 10.77 | 7.28 | 4.98 | - |
| YUV | 75.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 59 | 0 | 0.59 | 0.54 | 0.50 | 354.4 | 0.42 | 0.35 |
| Hex | 7F | 34 | 3B | 0 | 3B | 36 | 32 | 162 | 2A | 23 |
| Octal | 177 | 64 | 73 | 0 | 73 | 66 | 62 | 542 | 52 | 43 |
| Binary | 1111111 | 110100 | 111011 | 0 | 111011 | 110110 | 110010 | 101100010 | 101010 | 100011 |
Color Harmonies of #7F343B
Complementary color
Monochromatic Colors of #7F343B
Black with #7F343B
Text Example
Text Example
White with #7F343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F343B; }
p { color: rgb(127,52,59); }
H1.HeaderClassName
{
color: #7F343B;
}
.AnyTagClassName
{
color: #7F343B;
}
</style>
background-color css
<style>
a { background-color: #7F343B; }
a { background-color: rgb(127,52,59); }
div.DivClassName
{
background-color: #7F343B;
}
.BgClassName
{
background-color: #7F343B;
}
</style>
border-color css
<style>
span { border-color: #7F343B; }
span { border-color: rgb(127,52,59); }
td.TdClassName
{
border-color: #7F343B;
}
.TagClassName
{
border-color: #7F343B;
}
</style>