Shades of Paprika #7C293A
Tints of Paprika #7C293A
RGB
CMYK
RGB Variations
Color information
#7C293A (or 0x7C293A) is known color: Paprika. HEX triplet: 7C, 29 and 3A. RGB value is (124,41,58). Sum of RGB (Red+Green+Blue) = 124+41+58=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C293A is #83D6C5. Grayscale: #434343. Windows color (decimal): -8640198 or 3811708. OLE color: 3811708.
HSL color Cylindrical-coordinate representation of color #7C293A: hue angle of 347.71º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C293A is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 58 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.51 |
| HSL | 347.71º | 0.5% | 0.32% | - |
| HSV(B) | 347.71º | 0.67% | 0.49% | - |
| XYZ | 9.87 | 6.18 | 4.68 | - |
| YUV | 67.76 | 122.5 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 58 | 0 | 0.67 | 0.53 | 0.51 | 347.71 | 0.5 | 0.32 |
| Hex | 7C | 29 | 3A | 0 | 43 | 35 | 33 | 15C | 32 | 20 |
| Octal | 174 | 51 | 72 | 0 | 103 | 65 | 63 | 534 | 62 | 40 |
| Binary | 1111100 | 101001 | 111010 | 0 | 1000011 | 110101 | 110011 | 101011100 | 110010 | 100000 |
Color Harmonies of #7C293A
Complementary color
Monochromatic Colors of #7C293A
Black with #7C293A
Text Example
Text Example
White with #7C293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C293A; }
p { color: rgb(124,41,58); }
H1.HeaderClassName
{
color: #7C293A;
}
.AnyTagClassName
{
color: #7C293A;
}
</style>
background-color css
<style>
a { background-color: #7C293A; }
a { background-color: rgb(124,41,58); }
div.DivClassName
{
background-color: #7C293A;
}
.BgClassName
{
background-color: #7C293A;
}
</style>
border-color css
<style>
span { border-color: #7C293A; }
span { border-color: rgb(124,41,58); }
td.TdClassName
{
border-color: #7C293A;
}
.TagClassName
{
border-color: #7C293A;
}
</style>