Shades of Paprika #7D3136
Tints of Paprika #7D3136
RGB
CMYK
RGB Variations
Color information
#7D3136 (or 0x7D3136) is known color: Paprika. HEX triplet: 7D, 31 and 36. RGB value is (125,49,54). Sum of RGB (Red+Green+Blue) = 125+49+54=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3136 is #82CEC9. Grayscale: #484848. Windows color (decimal): -8572618 or 3551613. OLE color: 3551613.
HSL color Cylindrical-coordinate representation of color #7D3136: hue angle of 356.05º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3136 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 49 | 54 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.51 |
| HSL | 356.05º | 0.44% | 0.34% | - |
| HSV(B) | 356.05º | 0.61% | 0.49% | - |
| XYZ | 10.22 | 6.82 | 4.27 | - |
| YUV | 72.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 49 | 54 | 0 | 0.61 | 0.57 | 0.51 | 356.05 | 0.44 | 0.34 |
| Hex | 7D | 31 | 36 | 0 | 3D | 39 | 33 | 164 | 2C | 22 |
| Octal | 175 | 61 | 66 | 0 | 75 | 71 | 63 | 544 | 54 | 42 |
| Binary | 1111101 | 110001 | 110110 | 0 | 111101 | 111001 | 110011 | 101100100 | 101100 | 100010 |
Color Harmonies of #7D3136
Complementary color
Monochromatic Colors of #7D3136
Black with #7D3136
Text Example
Text Example
White with #7D3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3136; }
p { color: rgb(125,49,54); }
H1.HeaderClassName
{
color: #7D3136;
}
.AnyTagClassName
{
color: #7D3136;
}
</style>
background-color css
<style>
a { background-color: #7D3136; }
a { background-color: rgb(125,49,54); }
div.DivClassName
{
background-color: #7D3136;
}
.BgClassName
{
background-color: #7D3136;
}
</style>
border-color css
<style>
span { border-color: #7D3136; }
span { border-color: rgb(125,49,54); }
td.TdClassName
{
border-color: #7D3136;
}
.TagClassName
{
border-color: #7D3136;
}
</style>