Shades of Paprika #7E343F
Tints of Paprika #7E343F
RGB
CMYK
RGB Variations
Color information
#7E343F (or 0x7E343F) is known color: Paprika. HEX triplet: 7E, 34 and 3F. RGB value is (126,52,63). Sum of RGB (Red+Green+Blue) = 126+52+63=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E343F is #81CBC0. Grayscale: #4B4B4B. Windows color (decimal): -8506305 or 4142206. OLE color: 4142206.
HSL color Cylindrical-coordinate representation of color #7E343F: hue angle of 351.08º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E343F is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 63 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.51 |
| HSL | 351.08º | 0.42% | 0.35% | - |
| HSV(B) | 351.08º | 0.59% | 0.49% | - |
| XYZ | 10.73 | 7.25 | 5.54 | - |
| YUV | 75.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 63 | 0 | 0.59 | 0.50 | 0.51 | 351.08 | 0.42 | 0.35 |
| Hex | 7E | 34 | 3F | 0 | 3B | 32 | 33 | 15F | 2A | 23 |
| Octal | 176 | 64 | 77 | 0 | 73 | 62 | 63 | 537 | 52 | 43 |
| Binary | 1111110 | 110100 | 111111 | 0 | 111011 | 110010 | 110011 | 101011111 | 101010 | 100011 |
Color Harmonies of #7E343F
Complementary color
Monochromatic Colors of #7E343F
Black with #7E343F
Text Example
Text Example
White with #7E343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E343F; }
p { color: rgb(126,52,63); }
H1.HeaderClassName
{
color: #7E343F;
}
.AnyTagClassName
{
color: #7E343F;
}
</style>
background-color css
<style>
a { background-color: #7E343F; }
a { background-color: rgb(126,52,63); }
div.DivClassName
{
background-color: #7E343F;
}
.BgClassName
{
background-color: #7E343F;
}
</style>
border-color css
<style>
span { border-color: #7E343F; }
span { border-color: rgb(126,52,63); }
td.TdClassName
{
border-color: #7E343F;
}
.TagClassName
{
border-color: #7E343F;
}
</style>