Shades of Paprika #7C2B40
Tints of Paprika #7C2B40
RGB
CMYK
RGB Variations
Color information
#7C2B40 (or 0x7C2B40) is known color: Paprika. HEX triplet: 7C, 2B and 40. RGB value is (124,43,64). Sum of RGB (Red+Green+Blue) = 124+43+64=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2B40 is #83D4BF. Grayscale: #454545. Windows color (decimal): -8639680 or 4205436. OLE color: 4205436.
HSL color Cylindrical-coordinate representation of color #7C2B40: hue angle of 344.44º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2B40 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 64 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.51 |
| HSL | 344.44º | 0.49% | 0.33% | - |
| HSV(B) | 344.44º | 0.65% | 0.49% | - |
| XYZ | 10.1 | 6.38 | 5.55 | - |
| YUV | 69.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 64 | 0 | 0.65 | 0.48 | 0.51 | 344.44 | 0.49 | 0.33 |
| Hex | 7C | 2B | 40 | 0 | 41 | 30 | 33 | 158 | 31 | 21 |
| Octal | 174 | 53 | 100 | 0 | 101 | 60 | 63 | 530 | 61 | 41 |
| Binary | 1111100 | 101011 | 1000000 | 0 | 1000001 | 110000 | 110011 | 101011000 | 110001 | 100001 |
Color Harmonies of #7C2B40
Complementary color
Monochromatic Colors of #7C2B40
Black with #7C2B40
Text Example
Text Example
White with #7C2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B40; }
p { color: rgb(124,43,64); }
H1.HeaderClassName
{
color: #7C2B40;
}
.AnyTagClassName
{
color: #7C2B40;
}
</style>
background-color css
<style>
a { background-color: #7C2B40; }
a { background-color: rgb(124,43,64); }
div.DivClassName
{
background-color: #7C2B40;
}
.BgClassName
{
background-color: #7C2B40;
}
</style>
border-color css
<style>
span { border-color: #7C2B40; }
span { border-color: rgb(124,43,64); }
td.TdClassName
{
border-color: #7C2B40;
}
.TagClassName
{
border-color: #7C2B40;
}
</style>