Shades of Paprika #7A2A3A
Tints of Paprika #7A2A3A
RGB
CMYK
RGB Variations
Color information
#7A2A3A (or 0x7A2A3A) is known color: Paprika. HEX triplet: 7A, 2A and 3A. RGB value is (122,42,58). Sum of RGB (Red+Green+Blue) = 122+42+58=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2A3A is #85D5C5. Grayscale: #434343. Windows color (decimal): -8771014 or 3811962. OLE color: 3811962.
HSL color Cylindrical-coordinate representation of color #7A2A3A: hue angle of 348º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2A3A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 42 | 58 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.52 |
| HSL | 348º | 0.49% | 0.32% | - |
| HSV(B) | 348º | 0.66% | 0.48% | - |
| XYZ | 9.62 | 6.1 | 4.67 | - |
| YUV | 67.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 58 | 0 | 0.66 | 0.52 | 0.52 | 348 | 0.49 | 0.32 |
| Hex | 7A | 2A | 3A | 0 | 42 | 34 | 34 | 15C | 31 | 20 |
| Octal | 172 | 52 | 72 | 0 | 102 | 64 | 64 | 534 | 61 | 40 |
| Binary | 1111010 | 101010 | 111010 | 0 | 1000010 | 110100 | 110100 | 101011100 | 110001 | 100000 |
Color Harmonies of #7A2A3A
Complementary color
Monochromatic Colors of #7A2A3A
Black with #7A2A3A
Text Example
Text Example
White with #7A2A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A3A; }
p { color: rgb(122,42,58); }
H1.HeaderClassName
{
color: #7A2A3A;
}
.AnyTagClassName
{
color: #7A2A3A;
}
</style>
background-color css
<style>
a { background-color: #7A2A3A; }
a { background-color: rgb(122,42,58); }
div.DivClassName
{
background-color: #7A2A3A;
}
.BgClassName
{
background-color: #7A2A3A;
}
</style>
border-color css
<style>
span { border-color: #7A2A3A; }
span { border-color: rgb(122,42,58); }
td.TdClassName
{
border-color: #7A2A3A;
}
.TagClassName
{
border-color: #7A2A3A;
}
</style>