Shades of Paprika #7C3036
Tints of Paprika #7C3036
RGB
CMYK
RGB Variations
Color information
#7C3036 (or 0x7C3036) is known color: Paprika. HEX triplet: 7C, 30 and 36. RGB value is (124,48,54). Sum of RGB (Red+Green+Blue) = 124+48+54=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3036 is #83CFC9. Grayscale: #474747. Windows color (decimal): -8638410 or 3551356. OLE color: 3551356.
HSL color Cylindrical-coordinate representation of color #7C3036: hue angle of 355.26º 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 #7C3036 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 54 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.51 |
| HSL | 355.26º | 0.44% | 0.34% | - |
| HSV(B) | 355.26º | 0.61% | 0.49% | - |
| XYZ | 10.03 | 6.67 | 4.25 | - |
| YUV | 71.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 54 | 0 | 0.61 | 0.56 | 0.51 | 355.26 | 0.44 | 0.34 |
| Hex | 7C | 30 | 36 | 0 | 3D | 38 | 33 | 163 | 2C | 22 |
| Octal | 174 | 60 | 66 | 0 | 75 | 70 | 63 | 543 | 54 | 42 |
| Binary | 1111100 | 110000 | 110110 | 0 | 111101 | 111000 | 110011 | 101100011 | 101100 | 100010 |
Color Harmonies of #7C3036
Complementary color
Monochromatic Colors of #7C3036
Black with #7C3036
Text Example
Text Example
White with #7C3036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3036; }
p { color: rgb(124,48,54); }
H1.HeaderClassName
{
color: #7C3036;
}
.AnyTagClassName
{
color: #7C3036;
}
</style>
background-color css
<style>
a { background-color: #7C3036; }
a { background-color: rgb(124,48,54); }
div.DivClassName
{
background-color: #7C3036;
}
.BgClassName
{
background-color: #7C3036;
}
</style>
border-color css
<style>
span { border-color: #7C3036; }
span { border-color: rgb(124,48,54); }
td.TdClassName
{
border-color: #7C3036;
}
.TagClassName
{
border-color: #7C3036;
}
</style>