Shades of Paprika #7A2C34
Tints of Paprika #7A2C34
RGB
CMYK
RGB Variations
Color information
#7A2C34 (or 0x7A2C34) is known color: Paprika. HEX triplet: 7A, 2C and 34. RGB value is (122,44,52). Sum of RGB (Red+Green+Blue) = 122+44+52=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C34 is #85D3CB. Grayscale: #444444. Windows color (decimal): -8770508 or 3419258. OLE color: 3419258.
HSL color Cylindrical-coordinate representation of color #7A2C34: hue angle of 353.85º 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 #7A2C34 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 44 | 52 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.52 |
| HSL | 353.85º | 0.47% | 0.33% | - |
| HSV(B) | 353.85º | 0.64% | 0.48% | - |
| XYZ | 9.55 | 6.19 | 3.94 | - |
| YUV | 68.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 52 | 0 | 0.64 | 0.57 | 0.52 | 353.85 | 0.47 | 0.33 |
| Hex | 7A | 2C | 34 | 0 | 40 | 39 | 34 | 162 | 2F | 21 |
| Octal | 172 | 54 | 64 | 0 | 100 | 71 | 64 | 542 | 57 | 41 |
| Binary | 1111010 | 101100 | 110100 | 0 | 1000000 | 111001 | 110100 | 101100010 | 101111 | 100001 |
Color Harmonies of #7A2C34
Complementary color
Monochromatic Colors of #7A2C34
Black with #7A2C34
Text Example
Text Example
White with #7A2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C34; }
p { color: rgb(122,44,52); }
H1.HeaderClassName
{
color: #7A2C34;
}
.AnyTagClassName
{
color: #7A2C34;
}
</style>
background-color css
<style>
a { background-color: #7A2C34; }
a { background-color: rgb(122,44,52); }
div.DivClassName
{
background-color: #7A2C34;
}
.BgClassName
{
background-color: #7A2C34;
}
</style>
border-color css
<style>
span { border-color: #7A2C34; }
span { border-color: rgb(122,44,52); }
td.TdClassName
{
border-color: #7A2C34;
}
.TagClassName
{
border-color: #7A2C34;
}
</style>