Shades of Paprika #7C283F
Tints of Paprika #7C283F
RGB
CMYK
RGB Variations
Color information
#7C283F (or 0x7C283F) is known color: Paprika. HEX triplet: 7C, 28 and 3F. RGB value is (124,40,63). Sum of RGB (Red+Green+Blue) = 124+40+63=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C283F is #83D7C0. Grayscale: #434343. Windows color (decimal): -8640449 or 4139132. OLE color: 4139132.
HSL color Cylindrical-coordinate representation of color #7C283F: hue angle of 343.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C283F is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 63 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.51 |
| HSL | 343.57º | 0.51% | 0.32% | - |
| HSV(B) | 343.57º | 0.68% | 0.49% | - |
| XYZ | 9.97 | 6.16 | 5.37 | - |
| YUV | 67.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 63 | 0 | 0.68 | 0.49 | 0.51 | 343.57 | 0.51 | 0.32 |
| Hex | 7C | 28 | 3F | 0 | 44 | 31 | 33 | 158 | 33 | 20 |
| Octal | 174 | 50 | 77 | 0 | 104 | 61 | 63 | 530 | 63 | 40 |
| Binary | 1111100 | 101000 | 111111 | 0 | 1000100 | 110001 | 110011 | 101011000 | 110011 | 100000 |
Color Harmonies of #7C283F
Complementary color
Monochromatic Colors of #7C283F
Black with #7C283F
Text Example
Text Example
White with #7C283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C283F; }
p { color: rgb(124,40,63); }
H1.HeaderClassName
{
color: #7C283F;
}
.AnyTagClassName
{
color: #7C283F;
}
</style>
background-color css
<style>
a { background-color: #7C283F; }
a { background-color: rgb(124,40,63); }
div.DivClassName
{
background-color: #7C283F;
}
.BgClassName
{
background-color: #7C283F;
}
</style>
border-color css
<style>
span { border-color: #7C283F; }
span { border-color: rgb(124,40,63); }
td.TdClassName
{
border-color: #7C283F;
}
.TagClassName
{
border-color: #7C283F;
}
</style>