Shades of Paprika #7D303F
Tints of Paprika #7D303F
RGB
CMYK
RGB Variations
Color information
#7D303F (or 0x7D303F) is known color: Paprika. HEX triplet: 7D, 30 and 3F. RGB value is (125,48,63). Sum of RGB (Red+Green+Blue) = 125+48+63=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D303F is #82CFC0. Grayscale: #484848. Windows color (decimal): -8572865 or 4141181. OLE color: 4141181.
HSL color Cylindrical-coordinate representation of color #7D303F: hue angle of 348.31º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D303F is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 48 | 63 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.51 |
| HSL | 348.31º | 0.45% | 0.34% | - |
| HSV(B) | 348.31º | 0.62% | 0.49% | - |
| XYZ | 10.41 | 6.83 | 5.47 | - |
| YUV | 72.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 63 | 0 | 0.62 | 0.50 | 0.51 | 348.31 | 0.45 | 0.34 |
| Hex | 7D | 30 | 3F | 0 | 3E | 32 | 33 | 15C | 2D | 22 |
| Octal | 175 | 60 | 77 | 0 | 76 | 62 | 63 | 534 | 55 | 42 |
| Binary | 1111101 | 110000 | 111111 | 0 | 111110 | 110010 | 110011 | 101011100 | 101101 | 100010 |
Color Harmonies of #7D303F
Complementary color
Monochromatic Colors of #7D303F
Black with #7D303F
Text Example
Text Example
White with #7D303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D303F; }
p { color: rgb(125,48,63); }
H1.HeaderClassName
{
color: #7D303F;
}
.AnyTagClassName
{
color: #7D303F;
}
</style>
background-color css
<style>
a { background-color: #7D303F; }
a { background-color: rgb(125,48,63); }
div.DivClassName
{
background-color: #7D303F;
}
.BgClassName
{
background-color: #7D303F;
}
</style>
border-color css
<style>
span { border-color: #7D303F; }
span { border-color: rgb(125,48,63); }
td.TdClassName
{
border-color: #7D303F;
}
.TagClassName
{
border-color: #7D303F;
}
</style>