Shades of Paprika #7D293D
Tints of Paprika #7D293D
RGB
CMYK
RGB Variations
Color information
#7D293D (or 0x7D293D) is known color: Paprika. HEX triplet: 7D, 29 and 3D. RGB value is (125,41,61). Sum of RGB (Red+Green+Blue) = 125+41+61=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D293D is #82D6C2. Grayscale: #444444. Windows color (decimal): -8574659 or 4008317. OLE color: 4008317.
HSL color Cylindrical-coordinate representation of color #7D293D: hue angle of 345.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D293D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 61 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.51 |
| HSL | 345.71º | 0.51% | 0.33% | - |
| HSV(B) | 345.71º | 0.67% | 0.49% | - |
| XYZ | 10.09 | 6.28 | 5.1 | - |
| YUV | 68.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 61 | 0 | 0.67 | 0.51 | 0.51 | 345.71 | 0.51 | 0.33 |
| Hex | 7D | 29 | 3D | 0 | 43 | 33 | 33 | 15A | 33 | 21 |
| Octal | 175 | 51 | 75 | 0 | 103 | 63 | 63 | 532 | 63 | 41 |
| Binary | 1111101 | 101001 | 111101 | 0 | 1000011 | 110011 | 110011 | 101011010 | 110011 | 100001 |
Color Harmonies of #7D293D
Complementary color
Monochromatic Colors of #7D293D
Black with #7D293D
Text Example
Text Example
White with #7D293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D293D; }
p { color: rgb(125,41,61); }
H1.HeaderClassName
{
color: #7D293D;
}
.AnyTagClassName
{
color: #7D293D;
}
</style>
background-color css
<style>
a { background-color: #7D293D; }
a { background-color: rgb(125,41,61); }
div.DivClassName
{
background-color: #7D293D;
}
.BgClassName
{
background-color: #7D293D;
}
</style>
border-color css
<style>
span { border-color: #7D293D; }
span { border-color: rgb(125,41,61); }
td.TdClassName
{
border-color: #7D293D;
}
.TagClassName
{
border-color: #7D293D;
}
</style>