Shades of Paprika #7A323D
Tints of Paprika #7A323D
RGB
CMYK
RGB Variations
Color information
#7A323D (or 0x7A323D) is known color: Paprika. HEX triplet: 7A, 32 and 3D. RGB value is (122,50,61). Sum of RGB (Red+Green+Blue) = 122+50+61=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A323D is #85CDC2. Grayscale: #484848. Windows color (decimal): -8768963 or 4010618. OLE color: 4010618.
HSL color Cylindrical-coordinate representation of color #7A323D: hue angle of 350.83º 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 #7A323D is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 61 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.52 |
| HSL | 350.83º | 0.42% | 0.34% | - |
| HSV(B) | 350.83º | 0.59% | 0.48% | - |
| XYZ | 10.01 | 6.76 | 5.19 | - |
| YUV | 72.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 61 | 0 | 0.59 | 0.50 | 0.52 | 350.83 | 0.42 | 0.34 |
| Hex | 7A | 32 | 3D | 0 | 3B | 32 | 34 | 15F | 2A | 22 |
| Octal | 172 | 62 | 75 | 0 | 73 | 62 | 64 | 537 | 52 | 42 |
| Binary | 1111010 | 110010 | 111101 | 0 | 111011 | 110010 | 110100 | 101011111 | 101010 | 100010 |
Color Harmonies of #7A323D
Complementary color
Monochromatic Colors of #7A323D
Black with #7A323D
Text Example
Text Example
White with #7A323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A323D; }
p { color: rgb(122,50,61); }
H1.HeaderClassName
{
color: #7A323D;
}
.AnyTagClassName
{
color: #7A323D;
}
</style>
background-color css
<style>
a { background-color: #7A323D; }
a { background-color: rgb(122,50,61); }
div.DivClassName
{
background-color: #7A323D;
}
.BgClassName
{
background-color: #7A323D;
}
</style>
border-color css
<style>
span { border-color: #7A323D; }
span { border-color: rgb(122,50,61); }
td.TdClassName
{
border-color: #7A323D;
}
.TagClassName
{
border-color: #7A323D;
}
</style>