Shades of Paprika #7F353D
Tints of Paprika #7F353D
RGB
CMYK
RGB Variations
Color information
#7F353D (or 0x7F353D) is known color: Paprika. HEX triplet: 7F, 35 and 3D. RGB value is (127,53,61). Sum of RGB (Red+Green+Blue) = 127+53+61=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F353D is #80CAC2. Grayscale: #4C4C4C. Windows color (decimal): -8440515 or 4011391. OLE color: 4011391.
HSL color Cylindrical-coordinate representation of color #7F353D: hue angle of 353.51º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F353D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 61 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.50 |
| HSL | 353.51º | 0.41% | 0.35% | - |
| HSV(B) | 353.51º | 0.58% | 0.5% | - |
| XYZ | 10.87 | 7.4 | 5.27 | - |
| YUV | 76.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 61 | 0 | 0.58 | 0.52 | 0.50 | 353.51 | 0.41 | 0.35 |
| Hex | 7F | 35 | 3D | 0 | 3A | 34 | 32 | 162 | 29 | 23 |
| Octal | 177 | 65 | 75 | 0 | 72 | 64 | 62 | 542 | 51 | 43 |
| Binary | 1111111 | 110101 | 111101 | 0 | 111010 | 110100 | 110010 | 101100010 | 101001 | 100011 |
Color Harmonies of #7F353D
Complementary color
Monochromatic Colors of #7F353D
Black with #7F353D
Text Example
Text Example
White with #7F353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F353D; }
p { color: rgb(127,53,61); }
H1.HeaderClassName
{
color: #7F353D;
}
.AnyTagClassName
{
color: #7F353D;
}
</style>
background-color css
<style>
a { background-color: #7F353D; }
a { background-color: rgb(127,53,61); }
div.DivClassName
{
background-color: #7F353D;
}
.BgClassName
{
background-color: #7F353D;
}
</style>
border-color css
<style>
span { border-color: #7F353D; }
span { border-color: rgb(127,53,61); }
td.TdClassName
{
border-color: #7F353D;
}
.TagClassName
{
border-color: #7F353D;
}
</style>