Shades of Paprika #7C2938
Tints of Paprika #7C2938
RGB
CMYK
RGB Variations
Color information
#7C2938 (or 0x7C2938) is known color: Paprika. HEX triplet: 7C, 29 and 38. RGB value is (124,41,56). Sum of RGB (Red+Green+Blue) = 124+41+56=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2938 is #83D6C7. Grayscale: #434343. Windows color (decimal): -8640200 or 3680636. OLE color: 3680636.
HSL color Cylindrical-coordinate representation of color #7C2938: hue angle of 349.16º 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 #7C2938 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 56 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.51 |
| HSL | 349.16º | 0.5% | 0.32% | - |
| HSV(B) | 349.16º | 0.67% | 0.49% | - |
| XYZ | 9.82 | 6.16 | 4.41 | - |
| YUV | 67.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 56 | 0 | 0.67 | 0.55 | 0.51 | 349.16 | 0.5 | 0.32 |
| Hex | 7C | 29 | 38 | 0 | 43 | 37 | 33 | 15D | 32 | 20 |
| Octal | 174 | 51 | 70 | 0 | 103 | 67 | 63 | 535 | 62 | 40 |
| Binary | 1111100 | 101001 | 111000 | 0 | 1000011 | 110111 | 110011 | 101011101 | 110010 | 100000 |
Color Harmonies of #7C2938
Complementary color
Monochromatic Colors of #7C2938
Black with #7C2938
Text Example
Text Example
White with #7C2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2938; }
p { color: rgb(124,41,56); }
H1.HeaderClassName
{
color: #7C2938;
}
.AnyTagClassName
{
color: #7C2938;
}
</style>
background-color css
<style>
a { background-color: #7C2938; }
a { background-color: rgb(124,41,56); }
div.DivClassName
{
background-color: #7C2938;
}
.BgClassName
{
background-color: #7C2938;
}
</style>
border-color css
<style>
span { border-color: #7C2938; }
span { border-color: rgb(124,41,56); }
td.TdClassName
{
border-color: #7C2938;
}
.TagClassName
{
border-color: #7C2938;
}
</style>