Shades of Paprika #7A2C40
Tints of Paprika #7A2C40
RGB
CMYK
RGB Variations
Color information
#7A2C40 (or 0x7A2C40) is known color: Paprika. HEX triplet: 7A, 2C and 40. RGB value is (122,44,64). Sum of RGB (Red+Green+Blue) = 122+44+64=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C40 is #85D3BF. Grayscale: #454545. Windows color (decimal): -8770496 or 4205690. OLE color: 4205690.
HSL color Cylindrical-coordinate representation of color #7A2C40: hue angle of 344.62º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A2C40 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 44 | 64 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.52 |
| HSL | 344.62º | 0.47% | 0.33% | - |
| HSV(B) | 344.62º | 0.64% | 0.48% | - |
| XYZ | 9.85 | 6.31 | 5.55 | - |
| YUV | 69.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 64 | 0 | 0.64 | 0.48 | 0.52 | 344.62 | 0.47 | 0.33 |
| Hex | 7A | 2C | 40 | 0 | 40 | 30 | 34 | 159 | 2F | 21 |
| Octal | 172 | 54 | 100 | 0 | 100 | 60 | 64 | 531 | 57 | 41 |
| Binary | 1111010 | 101100 | 1000000 | 0 | 1000000 | 110000 | 110100 | 101011001 | 101111 | 100001 |
Color Harmonies of #7A2C40
Complementary color
Monochromatic Colors of #7A2C40
Black with #7A2C40
Text Example
Text Example
White with #7A2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C40; }
p { color: rgb(122,44,64); }
H1.HeaderClassName
{
color: #7A2C40;
}
.AnyTagClassName
{
color: #7A2C40;
}
</style>
background-color css
<style>
a { background-color: #7A2C40; }
a { background-color: rgb(122,44,64); }
div.DivClassName
{
background-color: #7A2C40;
}
.BgClassName
{
background-color: #7A2C40;
}
</style>
border-color css
<style>
span { border-color: #7A2C40; }
span { border-color: rgb(122,44,64); }
td.TdClassName
{
border-color: #7A2C40;
}
.TagClassName
{
border-color: #7A2C40;
}
</style>