Shades of Paprika #7A323E
Tints of Paprika #7A323E
RGB
CMYK
RGB Variations
Color information
#7A323E (or 0x7A323E) is known color: Paprika. HEX triplet: 7A, 32 and 3E. RGB value is (122,50,62). Sum of RGB (Red+Green+Blue) = 122+50+62=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A323E is #85CDC1. Grayscale: #484848. Windows color (decimal): -8768962 or 4076154. OLE color: 4076154.
HSL color Cylindrical-coordinate representation of color #7A323E: hue angle of 350º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A323E is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 62 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.52 |
| HSL | 350º | 0.42% | 0.34% | - |
| HSV(B) | 350º | 0.59% | 0.48% | - |
| XYZ | 10.04 | 6.77 | 5.33 | - |
| YUV | 72.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 62 | 0 | 0.59 | 0.49 | 0.52 | 350 | 0.42 | 0.34 |
| Hex | 7A | 32 | 3E | 0 | 3B | 31 | 34 | 15E | 2A | 22 |
| Octal | 172 | 62 | 76 | 0 | 73 | 61 | 64 | 536 | 52 | 42 |
| Binary | 1111010 | 110010 | 111110 | 0 | 111011 | 110001 | 110100 | 101011110 | 101010 | 100010 |
Color Harmonies of #7A323E
Complementary color
Monochromatic Colors of #7A323E
Black with #7A323E
Text Example
Text Example
White with #7A323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A323E; }
p { color: rgb(122,50,62); }
H1.HeaderClassName
{
color: #7A323E;
}
.AnyTagClassName
{
color: #7A323E;
}
</style>
background-color css
<style>
a { background-color: #7A323E; }
a { background-color: rgb(122,50,62); }
div.DivClassName
{
background-color: #7A323E;
}
.BgClassName
{
background-color: #7A323E;
}
</style>
border-color css
<style>
span { border-color: #7A323E; }
span { border-color: rgb(122,50,62); }
td.TdClassName
{
border-color: #7A323E;
}
.TagClassName
{
border-color: #7A323E;
}
</style>