Shades of Paprika #7A2A3E
Tints of Paprika #7A2A3E
RGB
CMYK
RGB Variations
Color information
#7A2A3E (or 0x7A2A3E) is known color: Paprika. HEX triplet: 7A, 2A and 3E. RGB value is (122,42,62). Sum of RGB (Red+Green+Blue) = 122+42+62=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2A3E is #85D5C1. Grayscale: #444444. Windows color (decimal): -8771010 or 4074106. OLE color: 4074106.
HSL color Cylindrical-coordinate representation of color #7A2A3E: hue angle of 345º 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 #7A2A3E is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 42 | 62 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.52 |
| HSL | 345º | 0.49% | 0.32% | - |
| HSV(B) | 345º | 0.66% | 0.48% | - |
| XYZ | 9.72 | 6.14 | 5.23 | - |
| YUV | 68.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 42 | 62 | 0 | 0.66 | 0.49 | 0.52 | 345 | 0.49 | 0.32 |
| Hex | 7A | 2A | 3E | 0 | 42 | 31 | 34 | 159 | 31 | 20 |
| Octal | 172 | 52 | 76 | 0 | 102 | 61 | 64 | 531 | 61 | 40 |
| Binary | 1111010 | 101010 | 111110 | 0 | 1000010 | 110001 | 110100 | 101011001 | 110001 | 100000 |
Color Harmonies of #7A2A3E
Complementary color
Monochromatic Colors of #7A2A3E
Black with #7A2A3E
Text Example
Text Example
White with #7A2A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2A3E; }
p { color: rgb(122,42,62); }
H1.HeaderClassName
{
color: #7A2A3E;
}
.AnyTagClassName
{
color: #7A2A3E;
}
</style>
background-color css
<style>
a { background-color: #7A2A3E; }
a { background-color: rgb(122,42,62); }
div.DivClassName
{
background-color: #7A2A3E;
}
.BgClassName
{
background-color: #7A2A3E;
}
</style>
border-color css
<style>
span { border-color: #7A2A3E; }
span { border-color: rgb(122,42,62); }
td.TdClassName
{
border-color: #7A2A3E;
}
.TagClassName
{
border-color: #7A2A3E;
}
</style>