Shades of Paprika #7C293F
Tints of Paprika #7C293F
RGB
CMYK
RGB Variations
Color information
#7C293F (or 0x7C293F) is known color: Paprika. HEX triplet: 7C, 29 and 3F. RGB value is (124,41,63). Sum of RGB (Red+Green+Blue) = 124+41+63=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C293F is #83D6C0. Grayscale: #444444. Windows color (decimal): -8640193 or 4139388. OLE color: 4139388.
HSL color Cylindrical-coordinate representation of color #7C293F: hue angle of 344.1º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C293F is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 63 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.51 |
| HSL | 344.1º | 0.5% | 0.32% | - |
| HSV(B) | 344.1º | 0.67% | 0.49% | - |
| XYZ | 10 | 6.23 | 5.38 | - |
| YUV | 68.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 63 | 0 | 0.67 | 0.49 | 0.51 | 344.1 | 0.5 | 0.32 |
| Hex | 7C | 29 | 3F | 0 | 43 | 31 | 33 | 158 | 32 | 20 |
| Octal | 174 | 51 | 77 | 0 | 103 | 61 | 63 | 530 | 62 | 40 |
| Binary | 1111100 | 101001 | 111111 | 0 | 1000011 | 110001 | 110011 | 101011000 | 110010 | 100000 |
Color Harmonies of #7C293F
Complementary color
Monochromatic Colors of #7C293F
Black with #7C293F
Text Example
Text Example
White with #7C293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C293F; }
p { color: rgb(124,41,63); }
H1.HeaderClassName
{
color: #7C293F;
}
.AnyTagClassName
{
color: #7C293F;
}
</style>
background-color css
<style>
a { background-color: #7C293F; }
a { background-color: rgb(124,41,63); }
div.DivClassName
{
background-color: #7C293F;
}
.BgClassName
{
background-color: #7C293F;
}
</style>
border-color css
<style>
span { border-color: #7C293F; }
span { border-color: rgb(124,41,63); }
td.TdClassName
{
border-color: #7C293F;
}
.TagClassName
{
border-color: #7C293F;
}
</style>