Shades of Paprika #7C3340
Tints of Paprika #7C3340
RGB
CMYK
RGB Variations
Color information
#7C3340 (or 0x7C3340) is known color: Paprika. HEX triplet: 7C, 33 and 40. RGB value is (124,51,64). Sum of RGB (Red+Green+Blue) = 124+51+64=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3340 is #83CCBF. Grayscale: #4A4A4A. Windows color (decimal): -8637632 or 4207484. OLE color: 4207484.
HSL color Cylindrical-coordinate representation of color #7C3340: hue angle of 349.32º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3340 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 64 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.51 |
| HSL | 349.32º | 0.42% | 0.34% | - |
| HSV(B) | 349.32º | 0.59% | 0.49% | - |
| XYZ | 10.42 | 7.02 | 5.66 | - |
| YUV | 74.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 64 | 0 | 0.59 | 0.48 | 0.51 | 349.32 | 0.42 | 0.34 |
| Hex | 7C | 33 | 40 | 0 | 3B | 30 | 33 | 15D | 2A | 22 |
| Octal | 174 | 63 | 100 | 0 | 73 | 60 | 63 | 535 | 52 | 42 |
| Binary | 1111100 | 110011 | 1000000 | 0 | 111011 | 110000 | 110011 | 101011101 | 101010 | 100010 |
Color Harmonies of #7C3340
Complementary color
Monochromatic Colors of #7C3340
Black with #7C3340
Text Example
Text Example
White with #7C3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3340; }
p { color: rgb(124,51,64); }
H1.HeaderClassName
{
color: #7C3340;
}
.AnyTagClassName
{
color: #7C3340;
}
</style>
background-color css
<style>
a { background-color: #7C3340; }
a { background-color: rgb(124,51,64); }
div.DivClassName
{
background-color: #7C3340;
}
.BgClassName
{
background-color: #7C3340;
}
</style>
border-color css
<style>
span { border-color: #7C3340; }
span { border-color: rgb(124,51,64); }
td.TdClassName
{
border-color: #7C3340;
}
.TagClassName
{
border-color: #7C3340;
}
</style>