Shades of Paprika #7C3037
Tints of Paprika #7C3037
RGB
CMYK
RGB Variations
Color information
#7C3037 (or 0x7C3037) is known color: Paprika. HEX triplet: 7C, 30 and 37. RGB value is (124,48,55). Sum of RGB (Red+Green+Blue) = 124+48+55=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3037 is #83CFC8. Grayscale: #474747. Windows color (decimal): -8638409 or 3616892. OLE color: 3616892.
HSL color Cylindrical-coordinate representation of color #7C3037: hue angle of 354.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C3037 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 55 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.51 |
| HSL | 354.47º | 0.44% | 0.34% | - |
| HSV(B) | 354.47º | 0.61% | 0.49% | - |
| XYZ | 10.06 | 6.67 | 4.37 | - |
| YUV | 71.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 55 | 0 | 0.61 | 0.56 | 0.51 | 354.47 | 0.44 | 0.34 |
| Hex | 7C | 30 | 37 | 0 | 3D | 38 | 33 | 162 | 2C | 22 |
| Octal | 174 | 60 | 67 | 0 | 75 | 70 | 63 | 542 | 54 | 42 |
| Binary | 1111100 | 110000 | 110111 | 0 | 111101 | 111000 | 110011 | 101100010 | 101100 | 100010 |
Color Harmonies of #7C3037
Complementary color
Monochromatic Colors of #7C3037
Black with #7C3037
Text Example
Text Example
White with #7C3037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3037; }
p { color: rgb(124,48,55); }
H1.HeaderClassName
{
color: #7C3037;
}
.AnyTagClassName
{
color: #7C3037;
}
</style>
background-color css
<style>
a { background-color: #7C3037; }
a { background-color: rgb(124,48,55); }
div.DivClassName
{
background-color: #7C3037;
}
.BgClassName
{
background-color: #7C3037;
}
</style>
border-color css
<style>
span { border-color: #7C3037; }
span { border-color: rgb(124,48,55); }
td.TdClassName
{
border-color: #7C3037;
}
.TagClassName
{
border-color: #7C3037;
}
</style>