Shades of Paprika #7E293A
Tints of Paprika #7E293A
RGB
CMYK
RGB Variations
Color information
#7E293A (or 0x7E293A) is known color: Paprika. HEX triplet: 7E, 29 and 3A. RGB value is (126,41,58). Sum of RGB (Red+Green+Blue) = 126+41+58=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E293A is #81D6C5. Grayscale: #444444. Windows color (decimal): -8509126 or 3811710. OLE color: 3811710.
HSL color Cylindrical-coordinate representation of color #7E293A: hue angle of 348º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E293A is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 41 | 58 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.51 |
| HSL | 348º | 0.51% | 0.33% | - |
| HSV(B) | 348º | 0.67% | 0.49% | - |
| XYZ | 10.16 | 6.33 | 4.69 | - |
| YUV | 68.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 58 | 0 | 0.67 | 0.54 | 0.51 | 348 | 0.51 | 0.33 |
| Hex | 7E | 29 | 3A | 0 | 43 | 36 | 33 | 15C | 33 | 21 |
| Octal | 176 | 51 | 72 | 0 | 103 | 66 | 63 | 534 | 63 | 41 |
| Binary | 1111110 | 101001 | 111010 | 0 | 1000011 | 110110 | 110011 | 101011100 | 110011 | 100001 |
Color Harmonies of #7E293A
Complementary color
Monochromatic Colors of #7E293A
Black with #7E293A
Text Example
Text Example
White with #7E293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E293A; }
p { color: rgb(126,41,58); }
H1.HeaderClassName
{
color: #7E293A;
}
.AnyTagClassName
{
color: #7E293A;
}
</style>
background-color css
<style>
a { background-color: #7E293A; }
a { background-color: rgb(126,41,58); }
div.DivClassName
{
background-color: #7E293A;
}
.BgClassName
{
background-color: #7E293A;
}
</style>
border-color css
<style>
span { border-color: #7E293A; }
span { border-color: rgb(126,41,58); }
td.TdClassName
{
border-color: #7E293A;
}
.TagClassName
{
border-color: #7E293A;
}
</style>