Shades of Paprika #7D293A
Tints of Paprika #7D293A
RGB
CMYK
RGB Variations
Color information
#7D293A (or 0x7D293A) is known color: Paprika. HEX triplet: 7D, 29 and 3A. RGB value is (125,41,58). Sum of RGB (Red+Green+Blue) = 125+41+58=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D293A is #82D6C5. Grayscale: #444444. Windows color (decimal): -8574662 or 3811709. OLE color: 3811709.
HSL color Cylindrical-coordinate representation of color #7D293A: hue angle of 347.86º 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 #7D293A is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 58 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.51 |
| HSL | 347.86º | 0.51% | 0.33% | - |
| HSV(B) | 347.86º | 0.67% | 0.49% | - |
| XYZ | 10.01 | 6.25 | 4.68 | - |
| YUV | 68.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 58 | 0 | 0.67 | 0.54 | 0.51 | 347.86 | 0.51 | 0.33 |
| Hex | 7D | 29 | 3A | 0 | 43 | 36 | 33 | 15C | 33 | 21 |
| Octal | 175 | 51 | 72 | 0 | 103 | 66 | 63 | 534 | 63 | 41 |
| Binary | 1111101 | 101001 | 111010 | 0 | 1000011 | 110110 | 110011 | 101011100 | 110011 | 100001 |
Color Harmonies of #7D293A
Complementary color
Monochromatic Colors of #7D293A
Black with #7D293A
Text Example
Text Example
White with #7D293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D293A; }
p { color: rgb(125,41,58); }
H1.HeaderClassName
{
color: #7D293A;
}
.AnyTagClassName
{
color: #7D293A;
}
</style>
background-color css
<style>
a { background-color: #7D293A; }
a { background-color: rgb(125,41,58); }
div.DivClassName
{
background-color: #7D293A;
}
.BgClassName
{
background-color: #7D293A;
}
</style>
border-color css
<style>
span { border-color: #7D293A; }
span { border-color: rgb(125,41,58); }
td.TdClassName
{
border-color: #7D293A;
}
.TagClassName
{
border-color: #7D293A;
}
</style>