Shades of Paprika #7A323B
Tints of Paprika #7A323B
RGB
CMYK
RGB Variations
Color information
#7A323B (or 0x7A323B) is known color: Paprika. HEX triplet: 7A, 32 and 3B. RGB value is (122,50,59). Sum of RGB (Red+Green+Blue) = 122+50+59=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A323B is #85CDC4. Grayscale: #484848. Windows color (decimal): -8768965 or 3879546. OLE color: 3879546.
HSL color Cylindrical-coordinate representation of color #7A323B: hue angle of 352.5º 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 #7A323B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 59 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.52 |
| HSL | 352.5º | 0.42% | 0.34% | - |
| HSV(B) | 352.5º | 0.59% | 0.48% | - |
| XYZ | 9.96 | 6.73 | 4.91 | - |
| YUV | 72.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 59 | 0 | 0.59 | 0.52 | 0.52 | 352.5 | 0.42 | 0.34 |
| Hex | 7A | 32 | 3B | 0 | 3B | 34 | 34 | 160 | 2A | 22 |
| Octal | 172 | 62 | 73 | 0 | 73 | 64 | 64 | 540 | 52 | 42 |
| Binary | 1111010 | 110010 | 111011 | 0 | 111011 | 110100 | 110100 | 101100000 | 101010 | 100010 |
Color Harmonies of #7A323B
Complementary color
Monochromatic Colors of #7A323B
Black with #7A323B
Text Example
Text Example
White with #7A323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A323B; }
p { color: rgb(122,50,59); }
H1.HeaderClassName
{
color: #7A323B;
}
.AnyTagClassName
{
color: #7A323B;
}
</style>
background-color css
<style>
a { background-color: #7A323B; }
a { background-color: rgb(122,50,59); }
div.DivClassName
{
background-color: #7A323B;
}
.BgClassName
{
background-color: #7A323B;
}
</style>
border-color css
<style>
span { border-color: #7A323B; }
span { border-color: rgb(122,50,59); }
td.TdClassName
{
border-color: #7A323B;
}
.TagClassName
{
border-color: #7A323B;
}
</style>