Shades of Paprika #7E353B
Tints of Paprika #7E353B
RGB
CMYK
RGB Variations
Color information
#7E353B (or 0x7E353B) is known color: Paprika. HEX triplet: 7E, 35 and 3B. RGB value is (126,53,59). Sum of RGB (Red+Green+Blue) = 126+53+59=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E353B is #81CAC4. Grayscale: #4B4B4B. Windows color (decimal): -8506053 or 3880318. OLE color: 3880318.
HSL color Cylindrical-coordinate representation of color #7E353B: hue angle of 355.07º 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 #7E353B is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 59 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.51 |
| HSL | 355.07º | 0.41% | 0.35% | - |
| HSV(B) | 355.07º | 0.58% | 0.49% | - |
| XYZ | 10.67 | 7.3 | 4.98 | - |
| YUV | 75.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 59 | 0 | 0.58 | 0.53 | 0.51 | 355.07 | 0.41 | 0.35 |
| Hex | 7E | 35 | 3B | 0 | 3A | 35 | 33 | 163 | 29 | 23 |
| Octal | 176 | 65 | 73 | 0 | 72 | 65 | 63 | 543 | 51 | 43 |
| Binary | 1111110 | 110101 | 111011 | 0 | 111010 | 110101 | 110011 | 101100011 | 101001 | 100011 |
Color Harmonies of #7E353B
Complementary color
Monochromatic Colors of #7E353B
Black with #7E353B
Text Example
Text Example
White with #7E353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E353B; }
p { color: rgb(126,53,59); }
H1.HeaderClassName
{
color: #7E353B;
}
.AnyTagClassName
{
color: #7E353B;
}
</style>
background-color css
<style>
a { background-color: #7E353B; }
a { background-color: rgb(126,53,59); }
div.DivClassName
{
background-color: #7E353B;
}
.BgClassName
{
background-color: #7E353B;
}
</style>
border-color css
<style>
span { border-color: #7E353B; }
span { border-color: rgb(126,53,59); }
td.TdClassName
{
border-color: #7E353B;
}
.TagClassName
{
border-color: #7E353B;
}
</style>