Shades of Paprika #7C283E
Tints of Paprika #7C283E
RGB
CMYK
RGB Variations
Color information
#7C283E (or 0x7C283E) is known color: Paprika. HEX triplet: 7C, 28 and 3E. RGB value is (124,40,62). Sum of RGB (Red+Green+Blue) = 124+40+62=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C283E is #83D7C1. Grayscale: #434343. Windows color (decimal): -8640450 or 4073596. OLE color: 4073596.
HSL color Cylindrical-coordinate representation of color #7C283E: hue angle of 344.29º 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 #7C283E is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 62 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.51 |
| HSL | 344.29º | 0.51% | 0.32% | - |
| HSV(B) | 344.29º | 0.68% | 0.49% | - |
| XYZ | 9.94 | 6.15 | 5.22 | - |
| YUV | 67.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 62 | 0 | 0.68 | 0.5 | 0.51 | 344.29 | 0.51 | 0.32 |
| Hex | 7C | 28 | 3E | 0 | 44 | 32 | 33 | 158 | 33 | 20 |
| Octal | 174 | 50 | 76 | 0 | 104 | 62 | 63 | 530 | 63 | 40 |
| Binary | 1111100 | 101000 | 111110 | 0 | 1000100 | 110010 | 110011 | 101011000 | 110011 | 100000 |
Color Harmonies of #7C283E
Complementary color
Monochromatic Colors of #7C283E
Black with #7C283E
Text Example
Text Example
White with #7C283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C283E; }
p { color: rgb(124,40,62); }
H1.HeaderClassName
{
color: #7C283E;
}
.AnyTagClassName
{
color: #7C283E;
}
</style>
background-color css
<style>
a { background-color: #7C283E; }
a { background-color: rgb(124,40,62); }
div.DivClassName
{
background-color: #7C283E;
}
.BgClassName
{
background-color: #7C283E;
}
</style>
border-color css
<style>
span { border-color: #7C283E; }
span { border-color: rgb(124,40,62); }
td.TdClassName
{
border-color: #7C283E;
}
.TagClassName
{
border-color: #7C283E;
}
</style>