Shades of Paprika #7A3137
Tints of Paprika #7A3137
RGB
CMYK
RGB Variations
Color information
#7A3137 (or 0x7A3137) is known color: Paprika. HEX triplet: 7A, 31 and 37. RGB value is (122,49,55). Sum of RGB (Red+Green+Blue) = 122+49+55=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3137 is #85CEC8. Grayscale: #474747. Windows color (decimal): -8769225 or 3617146. OLE color: 3617146.
HSL color Cylindrical-coordinate representation of color #7A3137: hue angle of 355.07º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A3137 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 55 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.52 |
| HSL | 355.07º | 0.43% | 0.34% | - |
| HSV(B) | 355.07º | 0.6% | 0.48% | - |
| XYZ | 9.81 | 6.61 | 4.37 | - |
| YUV | 71.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 55 | 0 | 0.60 | 0.55 | 0.52 | 355.07 | 0.43 | 0.34 |
| Hex | 7A | 31 | 37 | 0 | 3C | 37 | 34 | 163 | 2B | 22 |
| Octal | 172 | 61 | 67 | 0 | 74 | 67 | 64 | 543 | 53 | 42 |
| Binary | 1111010 | 110001 | 110111 | 0 | 111100 | 110111 | 110100 | 101100011 | 101011 | 100010 |
Color Harmonies of #7A3137
Complementary color
Monochromatic Colors of #7A3137
Black with #7A3137
Text Example
Text Example
White with #7A3137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3137; }
p { color: rgb(122,49,55); }
H1.HeaderClassName
{
color: #7A3137;
}
.AnyTagClassName
{
color: #7A3137;
}
</style>
background-color css
<style>
a { background-color: #7A3137; }
a { background-color: rgb(122,49,55); }
div.DivClassName
{
background-color: #7A3137;
}
.BgClassName
{
background-color: #7A3137;
}
</style>
border-color css
<style>
span { border-color: #7A3137; }
span { border-color: rgb(122,49,55); }
td.TdClassName
{
border-color: #7A3137;
}
.TagClassName
{
border-color: #7A3137;
}
</style>