Shades of Paprika #7F3540
Tints of Paprika #7F3540
RGB
CMYK
RGB Variations
Color information
#7F3540 (or 0x7F3540) is known color: Paprika. HEX triplet: 7F, 35 and 40. RGB value is (127,53,64). Sum of RGB (Red+Green+Blue) = 127+53+64=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3540 is #80CABF. Grayscale: #4C4C4C. Windows color (decimal): -8440512 or 4207999. OLE color: 4207999.
HSL color Cylindrical-coordinate representation of color #7F3540: hue angle of 351.08º 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 #7F3540 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 53 | 64 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.50 |
| HSL | 351.08º | 0.41% | 0.35% | - |
| HSV(B) | 351.08º | 0.58% | 0.5% | - |
| XYZ | 10.95 | 7.43 | 5.71 | - |
| YUV | 76.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 64 | 0 | 0.58 | 0.50 | 0.50 | 351.08 | 0.41 | 0.35 |
| Hex | 7F | 35 | 40 | 0 | 3A | 32 | 32 | 15F | 29 | 23 |
| Octal | 177 | 65 | 100 | 0 | 72 | 62 | 62 | 537 | 51 | 43 |
| Binary | 1111111 | 110101 | 1000000 | 0 | 111010 | 110010 | 110010 | 101011111 | 101001 | 100011 |
Color Harmonies of #7F3540
Complementary color
Monochromatic Colors of #7F3540
Black with #7F3540
Text Example
Text Example
White with #7F3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3540; }
p { color: rgb(127,53,64); }
H1.HeaderClassName
{
color: #7F3540;
}
.AnyTagClassName
{
color: #7F3540;
}
</style>
background-color css
<style>
a { background-color: #7F3540; }
a { background-color: rgb(127,53,64); }
div.DivClassName
{
background-color: #7F3540;
}
.BgClassName
{
background-color: #7F3540;
}
</style>
border-color css
<style>
span { border-color: #7F3540; }
span { border-color: rgb(127,53,64); }
td.TdClassName
{
border-color: #7F3540;
}
.TagClassName
{
border-color: #7F3540;
}
</style>