Shades of Paprika #7A313D
Tints of Paprika #7A313D
RGB
CMYK
RGB Variations
Color information
#7A313D (or 0x7A313D) is known color: Paprika. HEX triplet: 7A, 31 and 3D. RGB value is (122,49,61). Sum of RGB (Red+Green+Blue) = 122+49+61=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A313D is #85CEC2. Grayscale: #484848. Windows color (decimal): -8769219 or 4010362. OLE color: 4010362.
HSL color Cylindrical-coordinate representation of color #7A313D: hue angle of 350.14º 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 #7A313D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 49 | 61 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.52 |
| HSL | 350.14º | 0.43% | 0.34% | - |
| HSV(B) | 350.14º | 0.6% | 0.48% | - |
| XYZ | 9.97 | 6.67 | 5.18 | - |
| YUV | 72.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 49 | 61 | 0 | 0.60 | 0.50 | 0.52 | 350.14 | 0.43 | 0.34 |
| Hex | 7A | 31 | 3D | 0 | 3C | 32 | 34 | 15E | 2B | 22 |
| Octal | 172 | 61 | 75 | 0 | 74 | 62 | 64 | 536 | 53 | 42 |
| Binary | 1111010 | 110001 | 111101 | 0 | 111100 | 110010 | 110100 | 101011110 | 101011 | 100010 |
Color Harmonies of #7A313D
Complementary color
Monochromatic Colors of #7A313D
Black with #7A313D
Text Example
Text Example
White with #7A313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A313D; }
p { color: rgb(122,49,61); }
H1.HeaderClassName
{
color: #7A313D;
}
.AnyTagClassName
{
color: #7A313D;
}
</style>
background-color css
<style>
a { background-color: #7A313D; }
a { background-color: rgb(122,49,61); }
div.DivClassName
{
background-color: #7A313D;
}
.BgClassName
{
background-color: #7A313D;
}
</style>
border-color css
<style>
span { border-color: #7A313D; }
span { border-color: rgb(122,49,61); }
td.TdClassName
{
border-color: #7A313D;
}
.TagClassName
{
border-color: #7A313D;
}
</style>