Shades of Paprika #7A2B34
Tints of Paprika #7A2B34
RGB
CMYK
RGB Variations
Color information
#7A2B34 (or 0x7A2B34) is known color: Paprika. HEX triplet: 7A, 2B and 34. RGB value is (122,43,52). Sum of RGB (Red+Green+Blue) = 122+43+52=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2B34 is #85D4CB. Grayscale: #434343. Windows color (decimal): -8770764 or 3419002. OLE color: 3419002.
HSL color Cylindrical-coordinate representation of color #7A2B34: hue angle of 353.16º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A2B34 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 52 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.52 |
| HSL | 353.16º | 0.48% | 0.32% | - |
| HSV(B) | 353.16º | 0.65% | 0.48% | - |
| XYZ | 9.51 | 6.11 | 3.93 | - |
| YUV | 67.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 52 | 0 | 0.65 | 0.57 | 0.52 | 353.16 | 0.48 | 0.32 |
| Hex | 7A | 2B | 34 | 0 | 41 | 39 | 34 | 161 | 30 | 20 |
| Octal | 172 | 53 | 64 | 0 | 101 | 71 | 64 | 541 | 60 | 40 |
| Binary | 1111010 | 101011 | 110100 | 0 | 1000001 | 111001 | 110100 | 101100001 | 110000 | 100000 |
Color Harmonies of #7A2B34
Complementary color
Monochromatic Colors of #7A2B34
Black with #7A2B34
Text Example
Text Example
White with #7A2B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B34; }
p { color: rgb(122,43,52); }
H1.HeaderClassName
{
color: #7A2B34;
}
.AnyTagClassName
{
color: #7A2B34;
}
</style>
background-color css
<style>
a { background-color: #7A2B34; }
a { background-color: rgb(122,43,52); }
div.DivClassName
{
background-color: #7A2B34;
}
.BgClassName
{
background-color: #7A2B34;
}
</style>
border-color css
<style>
span { border-color: #7A2B34; }
span { border-color: rgb(122,43,52); }
td.TdClassName
{
border-color: #7A2B34;
}
.TagClassName
{
border-color: #7A2B34;
}
</style>