Shades of Paprika #7D2637
Tints of Paprika #7D2637
RGB
CMYK
RGB Variations
Color information
#7D2637 (or 0x7D2637) is known color: Paprika. HEX triplet: 7D, 26 and 37. RGB value is (125,38,55). Sum of RGB (Red+Green+Blue) = 125+38+55=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2637 is #82D9C8. Grayscale: #414141. Windows color (decimal): -8575433 or 3614333. OLE color: 3614333.
HSL color Cylindrical-coordinate representation of color #7D2637: hue angle of 348.28º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2637 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 38 | 55 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.51 |
| HSL | 348.28º | 0.53% | 0.32% | - |
| HSV(B) | 348.28º | 0.7% | 0.49% | - |
| XYZ | 9.84 | 6.02 | 4.26 | - |
| YUV | 65.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 55 | 0 | 0.70 | 0.56 | 0.51 | 348.28 | 0.53 | 0.32 |
| Hex | 7D | 26 | 37 | 0 | 46 | 38 | 33 | 15C | 35 | 20 |
| Octal | 175 | 46 | 67 | 0 | 106 | 70 | 63 | 534 | 65 | 40 |
| Binary | 1111101 | 100110 | 110111 | 0 | 1000110 | 111000 | 110011 | 101011100 | 110101 | 100000 |
Color Harmonies of #7D2637
Complementary color
Monochromatic Colors of #7D2637
Black with #7D2637
Text Example
Text Example
White with #7D2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2637; }
p { color: rgb(125,38,55); }
H1.HeaderClassName
{
color: #7D2637;
}
.AnyTagClassName
{
color: #7D2637;
}
</style>
background-color css
<style>
a { background-color: #7D2637; }
a { background-color: rgb(125,38,55); }
div.DivClassName
{
background-color: #7D2637;
}
.BgClassName
{
background-color: #7D2637;
}
</style>
border-color css
<style>
span { border-color: #7D2637; }
span { border-color: rgb(125,38,55); }
td.TdClassName
{
border-color: #7D2637;
}
.TagClassName
{
border-color: #7D2637;
}
</style>