Shades of Paprika #7D243E
Tints of Paprika #7D243E
RGB
CMYK
RGB Variations
Color information
#7D243E (or 0x7D243E) is known color: Paprika. HEX triplet: 7D, 24 and 3E. RGB value is (125,36,62). Sum of RGB (Red+Green+Blue) = 125+36+62=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D243E is #82DBC1. Grayscale: #414141. Windows color (decimal): -8575938 or 4072573. OLE color: 4072573.
HSL color Cylindrical-coordinate representation of color #7D243E: hue angle of 342.47º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D243E is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 36 | 62 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.51 |
| HSL | 342.47º | 0.55% | 0.32% | - |
| HSV(B) | 342.47º | 0.71% | 0.49% | - |
| XYZ | 9.96 | 5.97 | 5.18 | - |
| YUV | 65.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 36 | 62 | 0 | 0.71 | 0.50 | 0.51 | 342.47 | 0.55 | 0.32 |
| Hex | 7D | 24 | 3E | 0 | 47 | 32 | 33 | 156 | 37 | 20 |
| Octal | 175 | 44 | 76 | 0 | 107 | 62 | 63 | 526 | 67 | 40 |
| Binary | 1111101 | 100100 | 111110 | 0 | 1000111 | 110010 | 110011 | 101010110 | 110111 | 100000 |
Color Harmonies of #7D243E
Complementary color
Monochromatic Colors of #7D243E
Black with #7D243E
Text Example
Text Example
White with #7D243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D243E; }
p { color: rgb(125,36,62); }
H1.HeaderClassName
{
color: #7D243E;
}
.AnyTagClassName
{
color: #7D243E;
}
</style>
background-color css
<style>
a { background-color: #7D243E; }
a { background-color: rgb(125,36,62); }
div.DivClassName
{
background-color: #7D243E;
}
.BgClassName
{
background-color: #7D243E;
}
</style>
border-color css
<style>
span { border-color: #7D243E; }
span { border-color: rgb(125,36,62); }
td.TdClassName
{
border-color: #7D243E;
}
.TagClassName
{
border-color: #7D243E;
}
</style>