Shades of Paprika #7C2C40
Tints of Paprika #7C2C40
RGB
CMYK
RGB Variations
Color information
#7C2C40 (or 0x7C2C40) is known color: Paprika. HEX triplet: 7C, 2C and 40. RGB value is (124,44,64). Sum of RGB (Red+Green+Blue) = 124+44+64=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C40 is #83D3BF. Grayscale: #464646. Windows color (decimal): -8639424 or 4205692. OLE color: 4205692.
HSL color Cylindrical-coordinate representation of color #7C2C40: hue angle of 345º degrees, saturation: 0.48, 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 #7C2C40 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 64 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.51 |
| HSL | 345º | 0.48% | 0.33% | - |
| HSV(B) | 345º | 0.65% | 0.49% | - |
| XYZ | 10.14 | 6.46 | 5.56 | - |
| YUV | 70.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 64 | 0 | 0.65 | 0.48 | 0.51 | 345 | 0.48 | 0.33 |
| Hex | 7C | 2C | 40 | 0 | 41 | 30 | 33 | 159 | 30 | 21 |
| Octal | 174 | 54 | 100 | 0 | 101 | 60 | 63 | 531 | 60 | 41 |
| Binary | 1111100 | 101100 | 1000000 | 0 | 1000001 | 110000 | 110011 | 101011001 | 110000 | 100001 |
Color Harmonies of #7C2C40
Complementary color
Monochromatic Colors of #7C2C40
Black with #7C2C40
Text Example
Text Example
White with #7C2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C40; }
p { color: rgb(124,44,64); }
H1.HeaderClassName
{
color: #7C2C40;
}
.AnyTagClassName
{
color: #7C2C40;
}
</style>
background-color css
<style>
a { background-color: #7C2C40; }
a { background-color: rgb(124,44,64); }
div.DivClassName
{
background-color: #7C2C40;
}
.BgClassName
{
background-color: #7C2C40;
}
</style>
border-color css
<style>
span { border-color: #7C2C40; }
span { border-color: rgb(124,44,64); }
td.TdClassName
{
border-color: #7C2C40;
}
.TagClassName
{
border-color: #7C2C40;
}
</style>