Shades of Paprika #7C303D
Tints of Paprika #7C303D
RGB
CMYK
RGB Variations
Color information
#7C303D (or 0x7C303D) is known color: Paprika. HEX triplet: 7C, 30 and 3D. RGB value is (124,48,61). Sum of RGB (Red+Green+Blue) = 124+48+61=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C303D is #83CFC2. Grayscale: #484848. Windows color (decimal): -8638403 or 4010108. OLE color: 4010108.
HSL color Cylindrical-coordinate representation of color #7C303D: hue angle of 349.74º 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 #7C303D is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 61 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.51 |
| HSL | 349.74º | 0.44% | 0.34% | - |
| HSV(B) | 349.74º | 0.61% | 0.49% | - |
| XYZ | 10.21 | 6.74 | 5.18 | - |
| YUV | 72.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 61 | 0 | 0.61 | 0.51 | 0.51 | 349.74 | 0.44 | 0.34 |
| Hex | 7C | 30 | 3D | 0 | 3D | 33 | 33 | 15E | 2C | 22 |
| Octal | 174 | 60 | 75 | 0 | 75 | 63 | 63 | 536 | 54 | 42 |
| Binary | 1111100 | 110000 | 111101 | 0 | 111101 | 110011 | 110011 | 101011110 | 101100 | 100010 |
Color Harmonies of #7C303D
Complementary color
Monochromatic Colors of #7C303D
Black with #7C303D
Text Example
Text Example
White with #7C303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C303D; }
p { color: rgb(124,48,61); }
H1.HeaderClassName
{
color: #7C303D;
}
.AnyTagClassName
{
color: #7C303D;
}
</style>
background-color css
<style>
a { background-color: #7C303D; }
a { background-color: rgb(124,48,61); }
div.DivClassName
{
background-color: #7C303D;
}
.BgClassName
{
background-color: #7C303D;
}
</style>
border-color css
<style>
span { border-color: #7C303D; }
span { border-color: rgb(124,48,61); }
td.TdClassName
{
border-color: #7C303D;
}
.TagClassName
{
border-color: #7C303D;
}
</style>