Shades of Paprika #7C2936
Tints of Paprika #7C2936
RGB
CMYK
RGB Variations
Color information
#7C2936 (or 0x7C2936) is known color: Paprika. HEX triplet: 7C, 29 and 36. RGB value is (124,41,54). Sum of RGB (Red+Green+Blue) = 124+41+54=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2936 is #83D6C9. Grayscale: #434343. Windows color (decimal): -8640202 or 3549564. OLE color: 3549564.
HSL color Cylindrical-coordinate representation of color #7C2936: hue angle of 350.6º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2936 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 54 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.51 |
| HSL | 350.6º | 0.5% | 0.32% | - |
| HSV(B) | 350.6º | 0.67% | 0.49% | - |
| XYZ | 9.77 | 6.14 | 4.16 | - |
| YUV | 67.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 54 | 0 | 0.67 | 0.56 | 0.51 | 350.6 | 0.5 | 0.32 |
| Hex | 7C | 29 | 36 | 0 | 43 | 38 | 33 | 15F | 32 | 20 |
| Octal | 174 | 51 | 66 | 0 | 103 | 70 | 63 | 537 | 62 | 40 |
| Binary | 1111100 | 101001 | 110110 | 0 | 1000011 | 111000 | 110011 | 101011111 | 110010 | 100000 |
Color Harmonies of #7C2936
Complementary color
Monochromatic Colors of #7C2936
Black with #7C2936
Text Example
Text Example
White with #7C2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2936; }
p { color: rgb(124,41,54); }
H1.HeaderClassName
{
color: #7C2936;
}
.AnyTagClassName
{
color: #7C2936;
}
</style>
background-color css
<style>
a { background-color: #7C2936; }
a { background-color: rgb(124,41,54); }
div.DivClassName
{
background-color: #7C2936;
}
.BgClassName
{
background-color: #7C2936;
}
</style>
border-color css
<style>
span { border-color: #7C2936; }
span { border-color: rgb(124,41,54); }
td.TdClassName
{
border-color: #7C2936;
}
.TagClassName
{
border-color: #7C2936;
}
</style>