Shades of Paprika #7E293D
Tints of Paprika #7E293D
RGB
CMYK
RGB Variations
Color information
#7E293D (or 0x7E293D) is known color: Paprika. HEX triplet: 7E, 29 and 3D. RGB value is (126,41,61). Sum of RGB (Red+Green+Blue) = 126+41+61=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E293D is #81D6C2. Grayscale: #444444. Windows color (decimal): -8509123 or 4008318. OLE color: 4008318.
HSL color Cylindrical-coordinate representation of color #7E293D: hue angle of 345.88º 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 #7E293D is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 41 | 61 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.51 |
| HSL | 345.88º | 0.51% | 0.33% | - |
| HSV(B) | 345.88º | 0.67% | 0.49% | - |
| XYZ | 10.24 | 6.36 | 5.1 | - |
| YUV | 68.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 61 | 0 | 0.67 | 0.52 | 0.51 | 345.88 | 0.51 | 0.33 |
| Hex | 7E | 29 | 3D | 0 | 43 | 34 | 33 | 15A | 33 | 21 |
| Octal | 176 | 51 | 75 | 0 | 103 | 64 | 63 | 532 | 63 | 41 |
| Binary | 1111110 | 101001 | 111101 | 0 | 1000011 | 110100 | 110011 | 101011010 | 110011 | 100001 |
Color Harmonies of #7E293D
Complementary color
Monochromatic Colors of #7E293D
Black with #7E293D
Text Example
Text Example
White with #7E293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E293D; }
p { color: rgb(126,41,61); }
H1.HeaderClassName
{
color: #7E293D;
}
.AnyTagClassName
{
color: #7E293D;
}
</style>
background-color css
<style>
a { background-color: #7E293D; }
a { background-color: rgb(126,41,61); }
div.DivClassName
{
background-color: #7E293D;
}
.BgClassName
{
background-color: #7E293D;
}
</style>
border-color css
<style>
span { border-color: #7E293D; }
span { border-color: rgb(126,41,61); }
td.TdClassName
{
border-color: #7E293D;
}
.TagClassName
{
border-color: #7E293D;
}
</style>