Shades of Paprika #7F353F
Tints of Paprika #7F353F
RGB
CMYK
RGB Variations
Color information
#7F353F (or 0x7F353F) is known color: Paprika. HEX triplet: 7F, 35 and 3F. RGB value is (127,53,63). Sum of RGB (Red+Green+Blue) = 127+53+63=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F353F is #80CAC0. Grayscale: #4C4C4C. Windows color (decimal): -8440513 or 4142463. OLE color: 4142463.
HSL color Cylindrical-coordinate representation of color #7F353F: hue angle of 351.89º 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 #7F353F is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 63 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.50 |
| HSL | 351.89º | 0.41% | 0.35% | - |
| HSV(B) | 351.89º | 0.58% | 0.5% | - |
| XYZ | 10.92 | 7.42 | 5.56 | - |
| YUV | 76.27 | 120.52 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 63 | 0 | 0.58 | 0.50 | 0.50 | 351.89 | 0.41 | 0.35 |
| Hex | 7F | 35 | 3F | 0 | 3A | 32 | 32 | 160 | 29 | 23 |
| Octal | 177 | 65 | 77 | 0 | 72 | 62 | 62 | 540 | 51 | 43 |
| Binary | 1111111 | 110101 | 111111 | 0 | 111010 | 110010 | 110010 | 101100000 | 101001 | 100011 |
Color Harmonies of #7F353F
Complementary color
Monochromatic Colors of #7F353F
Black with #7F353F
Text Example
Text Example
White with #7F353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F353F; }
p { color: rgb(127,53,63); }
H1.HeaderClassName
{
color: #7F353F;
}
.AnyTagClassName
{
color: #7F353F;
}
</style>
background-color css
<style>
a { background-color: #7F353F; }
a { background-color: rgb(127,53,63); }
div.DivClassName
{
background-color: #7F353F;
}
.BgClassName
{
background-color: #7F353F;
}
</style>
border-color css
<style>
span { border-color: #7F353F; }
span { border-color: rgb(127,53,63); }
td.TdClassName
{
border-color: #7F353F;
}
.TagClassName
{
border-color: #7F353F;
}
</style>