Shades of Paprika #7E353E
Tints of Paprika #7E353E
RGB
CMYK
RGB Variations
Color information
#7E353E (or 0x7E353E) is known color: Paprika. HEX triplet: 7E, 35 and 3E. RGB value is (126,53,62). Sum of RGB (Red+Green+Blue) = 126+53+62=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E353E is #81CAC1. Grayscale: #4B4B4B. Windows color (decimal): -8506050 or 4076926. OLE color: 4076926.
HSL color Cylindrical-coordinate representation of color #7E353E: hue angle of 352.6º 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 #7E353E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 62 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.51 |
| HSL | 352.6º | 0.41% | 0.35% | - |
| HSV(B) | 352.6º | 0.58% | 0.49% | - |
| XYZ | 10.75 | 7.33 | 5.41 | - |
| YUV | 75.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 62 | 0 | 0.58 | 0.51 | 0.51 | 352.6 | 0.41 | 0.35 |
| Hex | 7E | 35 | 3E | 0 | 3A | 33 | 33 | 161 | 29 | 23 |
| Octal | 176 | 65 | 76 | 0 | 72 | 63 | 63 | 541 | 51 | 43 |
| Binary | 1111110 | 110101 | 111110 | 0 | 111010 | 110011 | 110011 | 101100001 | 101001 | 100011 |
Color Harmonies of #7E353E
Complementary color
Monochromatic Colors of #7E353E
Black with #7E353E
Text Example
Text Example
White with #7E353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E353E; }
p { color: rgb(126,53,62); }
H1.HeaderClassName
{
color: #7E353E;
}
.AnyTagClassName
{
color: #7E353E;
}
</style>
background-color css
<style>
a { background-color: #7E353E; }
a { background-color: rgb(126,53,62); }
div.DivClassName
{
background-color: #7E353E;
}
.BgClassName
{
background-color: #7E353E;
}
</style>
border-color css
<style>
span { border-color: #7E353E; }
span { border-color: rgb(126,53,62); }
td.TdClassName
{
border-color: #7E353E;
}
.TagClassName
{
border-color: #7E353E;
}
</style>