Shades of Paprika #7A293E
Tints of Paprika #7A293E
RGB
CMYK
RGB Variations
Color information
#7A293E (or 0x7A293E) is known color: Paprika. HEX triplet: 7A, 29 and 3E. RGB value is (122,41,62). Sum of RGB (Red+Green+Blue) = 122+41+62=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A293E is #85D6C1. Grayscale: #434343. Windows color (decimal): -8771266 or 4073850. OLE color: 4073850.
HSL color Cylindrical-coordinate representation of color #7A293E: hue angle of 344.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A293E is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 62 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.52 |
| HSL | 344.44º | 0.5% | 0.32% | - |
| HSV(B) | 344.44º | 0.66% | 0.48% | - |
| XYZ | 9.69 | 6.07 | 5.22 | - |
| YUV | 67.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 62 | 0 | 0.66 | 0.49 | 0.52 | 344.44 | 0.5 | 0.32 |
| Hex | 7A | 29 | 3E | 0 | 42 | 31 | 34 | 158 | 32 | 20 |
| Octal | 172 | 51 | 76 | 0 | 102 | 61 | 64 | 530 | 62 | 40 |
| Binary | 1111010 | 101001 | 111110 | 0 | 1000010 | 110001 | 110100 | 101011000 | 110010 | 100000 |
Color Harmonies of #7A293E
Complementary color
Monochromatic Colors of #7A293E
Black with #7A293E
Text Example
Text Example
White with #7A293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A293E; }
p { color: rgb(122,41,62); }
H1.HeaderClassName
{
color: #7A293E;
}
.AnyTagClassName
{
color: #7A293E;
}
</style>
background-color css
<style>
a { background-color: #7A293E; }
a { background-color: rgb(122,41,62); }
div.DivClassName
{
background-color: #7A293E;
}
.BgClassName
{
background-color: #7A293E;
}
</style>
border-color css
<style>
span { border-color: #7A293E; }
span { border-color: rgb(122,41,62); }
td.TdClassName
{
border-color: #7A293E;
}
.TagClassName
{
border-color: #7A293E;
}
</style>