Shades of Paprika #7D343B
Tints of Paprika #7D343B
RGB
CMYK
RGB Variations
Color information
#7D343B (or 0x7D343B) is known color: Paprika. HEX triplet: 7D, 34 and 3B. RGB value is (125,52,59). Sum of RGB (Red+Green+Blue) = 125+52+59=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D343B is #82CBC4. Grayscale: #4A4A4A. Windows color (decimal): -8571845 or 3880061. OLE color: 3880061.
HSL color Cylindrical-coordinate representation of color #7D343B: hue angle of 354.25º 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 #7D343B is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 59 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.51 |
| HSL | 354.25º | 0.41% | 0.35% | - |
| HSV(B) | 354.25º | 0.58% | 0.49% | - |
| XYZ | 10.47 | 7.13 | 4.96 | - |
| YUV | 74.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 59 | 0 | 0.58 | 0.53 | 0.51 | 354.25 | 0.41 | 0.35 |
| Hex | 7D | 34 | 3B | 0 | 3A | 35 | 33 | 162 | 29 | 23 |
| Octal | 175 | 64 | 73 | 0 | 72 | 65 | 63 | 542 | 51 | 43 |
| Binary | 1111101 | 110100 | 111011 | 0 | 111010 | 110101 | 110011 | 101100010 | 101001 | 100011 |
Color Harmonies of #7D343B
Complementary color
Monochromatic Colors of #7D343B
Black with #7D343B
Text Example
Text Example
White with #7D343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D343B; }
p { color: rgb(125,52,59); }
H1.HeaderClassName
{
color: #7D343B;
}
.AnyTagClassName
{
color: #7D343B;
}
</style>
background-color css
<style>
a { background-color: #7D343B; }
a { background-color: rgb(125,52,59); }
div.DivClassName
{
background-color: #7D343B;
}
.BgClassName
{
background-color: #7D343B;
}
</style>
border-color css
<style>
span { border-color: #7D343B; }
span { border-color: rgb(125,52,59); }
td.TdClassName
{
border-color: #7D343B;
}
.TagClassName
{
border-color: #7D343B;
}
</style>