Shades of Paprika #7E353C
Tints of Paprika #7E353C
RGB
CMYK
RGB Variations
Color information
#7E353C (or 0x7E353C) is known color: Paprika. HEX triplet: 7E, 35 and 3C. RGB value is (126,53,60). Sum of RGB (Red+Green+Blue) = 126+53+60=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E353C is #81CAC3. Grayscale: #4B4B4B. Windows color (decimal): -8506052 or 3945854. OLE color: 3945854.
HSL color Cylindrical-coordinate representation of color #7E353C: hue angle of 354.25º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E353C is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 60 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.51 |
| HSL | 354.25º | 0.41% | 0.35% | - |
| HSV(B) | 354.25º | 0.58% | 0.49% | - |
| XYZ | 10.69 | 7.31 | 5.12 | - |
| YUV | 75.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 60 | 0 | 0.58 | 0.52 | 0.51 | 354.25 | 0.41 | 0.35 |
| Hex | 7E | 35 | 3C | 0 | 3A | 34 | 33 | 162 | 29 | 23 |
| Octal | 176 | 65 | 74 | 0 | 72 | 64 | 63 | 542 | 51 | 43 |
| Binary | 1111110 | 110101 | 111100 | 0 | 111010 | 110100 | 110011 | 101100010 | 101001 | 100011 |
Color Harmonies of #7E353C
Complementary color
Monochromatic Colors of #7E353C
Black with #7E353C
Text Example
Text Example
White with #7E353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E353C; }
p { color: rgb(126,53,60); }
H1.HeaderClassName
{
color: #7E353C;
}
.AnyTagClassName
{
color: #7E353C;
}
</style>
background-color css
<style>
a { background-color: #7E353C; }
a { background-color: rgb(126,53,60); }
div.DivClassName
{
background-color: #7E353C;
}
.BgClassName
{
background-color: #7E353C;
}
</style>
border-color css
<style>
span { border-color: #7E353C; }
span { border-color: rgb(126,53,60); }
td.TdClassName
{
border-color: #7E353C;
}
.TagClassName
{
border-color: #7E353C;
}
</style>