Shades of Paprika #7C303E
Tints of Paprika #7C303E
RGB
CMYK
RGB Variations
Color information
#7C303E (or 0x7C303E) is known color: Paprika. HEX triplet: 7C, 30 and 3E. RGB value is (124,48,62). Sum of RGB (Red+Green+Blue) = 124+48+62=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C303E is #83CFC1. Grayscale: #484848. Windows color (decimal): -8638402 or 4075644. OLE color: 4075644.
HSL color Cylindrical-coordinate representation of color #7C303E: hue angle of 348.95º 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 #7C303E is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 62 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.51 |
| HSL | 348.95º | 0.44% | 0.34% | - |
| HSV(B) | 348.95º | 0.61% | 0.49% | - |
| XYZ | 10.24 | 6.75 | 5.32 | - |
| YUV | 72.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 62 | 0 | 0.61 | 0.5 | 0.51 | 348.95 | 0.44 | 0.34 |
| Hex | 7C | 30 | 3E | 0 | 3D | 32 | 33 | 15D | 2C | 22 |
| Octal | 174 | 60 | 76 | 0 | 75 | 62 | 63 | 535 | 54 | 42 |
| Binary | 1111100 | 110000 | 111110 | 0 | 111101 | 110010 | 110011 | 101011101 | 101100 | 100010 |
Color Harmonies of #7C303E
Complementary color
Monochromatic Colors of #7C303E
Black with #7C303E
Text Example
Text Example
White with #7C303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C303E; }
p { color: rgb(124,48,62); }
H1.HeaderClassName
{
color: #7C303E;
}
.AnyTagClassName
{
color: #7C303E;
}
</style>
background-color css
<style>
a { background-color: #7C303E; }
a { background-color: rgb(124,48,62); }
div.DivClassName
{
background-color: #7C303E;
}
.BgClassName
{
background-color: #7C303E;
}
</style>
border-color css
<style>
span { border-color: #7C303E; }
span { border-color: rgb(124,48,62); }
td.TdClassName
{
border-color: #7C303E;
}
.TagClassName
{
border-color: #7C303E;
}
</style>