Shades of Paprika #7F343D
Tints of Paprika #7F343D
RGB
CMYK
RGB Variations
Color information
#7F343D (or 0x7F343D) is known color: Paprika. HEX triplet: 7F, 34 and 3D. RGB value is (127,52,61). Sum of RGB (Red+Green+Blue) = 127+52+61=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F343D is #80CBC2. Grayscale: #4B4B4B. Windows color (decimal): -8440771 or 4011135. OLE color: 4011135.
HSL color Cylindrical-coordinate representation of color #7F343D: hue angle of 352.8º 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 #7F343D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 52 | 61 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.50 |
| HSL | 352.8º | 0.42% | 0.35% | - |
| HSV(B) | 352.8º | 0.59% | 0.5% | - |
| XYZ | 10.82 | 7.3 | 5.25 | - |
| YUV | 75.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 61 | 0 | 0.59 | 0.52 | 0.50 | 352.8 | 0.42 | 0.35 |
| Hex | 7F | 34 | 3D | 0 | 3B | 34 | 32 | 161 | 2A | 23 |
| Octal | 177 | 64 | 75 | 0 | 73 | 64 | 62 | 541 | 52 | 43 |
| Binary | 1111111 | 110100 | 111101 | 0 | 111011 | 110100 | 110010 | 101100001 | 101010 | 100011 |
Color Harmonies of #7F343D
Complementary color
Monochromatic Colors of #7F343D
Black with #7F343D
Text Example
Text Example
White with #7F343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F343D; }
p { color: rgb(127,52,61); }
H1.HeaderClassName
{
color: #7F343D;
}
.AnyTagClassName
{
color: #7F343D;
}
</style>
background-color css
<style>
a { background-color: #7F343D; }
a { background-color: rgb(127,52,61); }
div.DivClassName
{
background-color: #7F343D;
}
.BgClassName
{
background-color: #7F343D;
}
</style>
border-color css
<style>
span { border-color: #7F343D; }
span { border-color: rgb(127,52,61); }
td.TdClassName
{
border-color: #7F343D;
}
.TagClassName
{
border-color: #7F343D;
}
</style>