Shades of Paprika #7C283C
Tints of Paprika #7C283C
RGB
CMYK
RGB Variations
Color information
#7C283C (or 0x7C283C) is known color: Paprika. HEX triplet: 7C, 28 and 3C. RGB value is (124,40,60). Sum of RGB (Red+Green+Blue) = 124+40+60=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C283C is #83D7C3. Grayscale: #434343. Windows color (decimal): -8640452 or 3942524. OLE color: 3942524.
HSL color Cylindrical-coordinate representation of color #7C283C: hue angle of 345.71º 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 #7C283C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 60 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.51 |
| HSL | 345.71º | 0.51% | 0.32% | - |
| HSV(B) | 345.71º | 0.68% | 0.49% | - |
| XYZ | 9.89 | 6.13 | 4.94 | - |
| YUV | 67.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 60 | 0 | 0.68 | 0.52 | 0.51 | 345.71 | 0.51 | 0.32 |
| Hex | 7C | 28 | 3C | 0 | 44 | 34 | 33 | 15A | 33 | 20 |
| Octal | 174 | 50 | 74 | 0 | 104 | 64 | 63 | 532 | 63 | 40 |
| Binary | 1111100 | 101000 | 111100 | 0 | 1000100 | 110100 | 110011 | 101011010 | 110011 | 100000 |
Color Harmonies of #7C283C
Complementary color
Monochromatic Colors of #7C283C
Black with #7C283C
Text Example
Text Example
White with #7C283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C283C; }
p { color: rgb(124,40,60); }
H1.HeaderClassName
{
color: #7C283C;
}
.AnyTagClassName
{
color: #7C283C;
}
</style>
background-color css
<style>
a { background-color: #7C283C; }
a { background-color: rgb(124,40,60); }
div.DivClassName
{
background-color: #7C283C;
}
.BgClassName
{
background-color: #7C283C;
}
</style>
border-color css
<style>
span { border-color: #7C283C; }
span { border-color: rgb(124,40,60); }
td.TdClassName
{
border-color: #7C283C;
}
.TagClassName
{
border-color: #7C283C;
}
</style>