Shades of Paprika #7C343B
Tints of Paprika #7C343B
RGB
CMYK
RGB Variations
Color information
#7C343B (or 0x7C343B) is known color: Paprika. HEX triplet: 7C, 34 and 3B. RGB value is (124,52,59). Sum of RGB (Red+Green+Blue) = 124+52+59=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C343B is #83CBC4. Grayscale: #4A4A4A. Windows color (decimal): -8637381 or 3880060. OLE color: 3880060.
HSL color Cylindrical-coordinate representation of color #7C343B: hue angle of 354.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C343B is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 59 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.51 |
| HSL | 354.17º | 0.41% | 0.35% | - |
| HSV(B) | 354.17º | 0.58% | 0.49% | - |
| XYZ | 10.33 | 7.06 | 4.96 | - |
| YUV | 74.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 59 | 0 | 0.58 | 0.52 | 0.51 | 354.17 | 0.41 | 0.35 |
| Hex | 7C | 34 | 3B | 0 | 3A | 34 | 33 | 162 | 29 | 23 |
| Octal | 174 | 64 | 73 | 0 | 72 | 64 | 63 | 542 | 51 | 43 |
| Binary | 1111100 | 110100 | 111011 | 0 | 111010 | 110100 | 110011 | 101100010 | 101001 | 100011 |
Color Harmonies of #7C343B
Complementary color
Monochromatic Colors of #7C343B
Black with #7C343B
Text Example
Text Example
White with #7C343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C343B; }
p { color: rgb(124,52,59); }
H1.HeaderClassName
{
color: #7C343B;
}
.AnyTagClassName
{
color: #7C343B;
}
</style>
background-color css
<style>
a { background-color: #7C343B; }
a { background-color: rgb(124,52,59); }
div.DivClassName
{
background-color: #7C343B;
}
.BgClassName
{
background-color: #7C343B;
}
</style>
border-color css
<style>
span { border-color: #7C343B; }
span { border-color: rgb(124,52,59); }
td.TdClassName
{
border-color: #7C343B;
}
.TagClassName
{
border-color: #7C343B;
}
</style>