Shades of Paprika #7C313D
Tints of Paprika #7C313D
RGB
CMYK
RGB Variations
Color information
#7C313D (or 0x7C313D) is known color: Paprika. HEX triplet: 7C, 31 and 3D. RGB value is (124,49,61). Sum of RGB (Red+Green+Blue) = 124+49+61=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C313D is #83CEC2. Grayscale: #484848. Windows color (decimal): -8638147 or 4010364. OLE color: 4010364.
HSL color Cylindrical-coordinate representation of color #7C313D: hue angle of 350.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C313D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 49 | 61 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.51 |
| HSL | 350.4º | 0.43% | 0.34% | - |
| HSV(B) | 350.4º | 0.6% | 0.49% | - |
| XYZ | 10.25 | 6.82 | 5.19 | - |
| YUV | 72.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 49 | 61 | 0 | 0.60 | 0.51 | 0.51 | 350.4 | 0.43 | 0.34 |
| Hex | 7C | 31 | 3D | 0 | 3C | 33 | 33 | 15E | 2B | 22 |
| Octal | 174 | 61 | 75 | 0 | 74 | 63 | 63 | 536 | 53 | 42 |
| Binary | 1111100 | 110001 | 111101 | 0 | 111100 | 110011 | 110011 | 101011110 | 101011 | 100010 |
Color Harmonies of #7C313D
Complementary color
Monochromatic Colors of #7C313D
Black with #7C313D
Text Example
Text Example
White with #7C313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C313D; }
p { color: rgb(124,49,61); }
H1.HeaderClassName
{
color: #7C313D;
}
.AnyTagClassName
{
color: #7C313D;
}
</style>
background-color css
<style>
a { background-color: #7C313D; }
a { background-color: rgb(124,49,61); }
div.DivClassName
{
background-color: #7C313D;
}
.BgClassName
{
background-color: #7C313D;
}
</style>
border-color css
<style>
span { border-color: #7C313D; }
span { border-color: rgb(124,49,61); }
td.TdClassName
{
border-color: #7C313D;
}
.TagClassName
{
border-color: #7C313D;
}
</style>