Shades of Paprika #7A2F3A
Tints of Paprika #7A2F3A
RGB
CMYK
RGB Variations
Color information
#7A2F3A (or 0x7A2F3A) is known color: Paprika. HEX triplet: 7A, 2F and 3A. RGB value is (122,47,58). Sum of RGB (Red+Green+Blue) = 122+47+58=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2F3A is #85D0C5. Grayscale: #464646. Windows color (decimal): -8769734 or 3813242. OLE color: 3813242.
HSL color Cylindrical-coordinate representation of color #7A2F3A: hue angle of 351.2º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A2F3A is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 47 | 58 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.52 |
| HSL | 351.2º | 0.44% | 0.33% | - |
| HSV(B) | 351.2º | 0.61% | 0.48% | - |
| XYZ | 9.81 | 6.48 | 4.74 | - |
| YUV | 70.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 47 | 58 | 0 | 0.61 | 0.52 | 0.52 | 351.2 | 0.44 | 0.33 |
| Hex | 7A | 2F | 3A | 0 | 3D | 34 | 34 | 15F | 2C | 21 |
| Octal | 172 | 57 | 72 | 0 | 75 | 64 | 64 | 537 | 54 | 41 |
| Binary | 1111010 | 101111 | 111010 | 0 | 111101 | 110100 | 110100 | 101011111 | 101100 | 100001 |
Color Harmonies of #7A2F3A
Complementary color
Monochromatic Colors of #7A2F3A
Black with #7A2F3A
Text Example
Text Example
White with #7A2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2F3A; }
p { color: rgb(122,47,58); }
H1.HeaderClassName
{
color: #7A2F3A;
}
.AnyTagClassName
{
color: #7A2F3A;
}
</style>
background-color css
<style>
a { background-color: #7A2F3A; }
a { background-color: rgb(122,47,58); }
div.DivClassName
{
background-color: #7A2F3A;
}
.BgClassName
{
background-color: #7A2F3A;
}
</style>
border-color css
<style>
span { border-color: #7A2F3A; }
span { border-color: rgb(122,47,58); }
td.TdClassName
{
border-color: #7A2F3A;
}
.TagClassName
{
border-color: #7A2F3A;
}
</style>