Shades of Paprika #782C37
Tints of Paprika #782C37
RGB
CMYK
RGB Variations
Color information
#782C37 (or 0x782C37) is known color: Paprika. HEX triplet: 78, 2C and 37. RGB value is (120,44,55). Sum of RGB (Red+Green+Blue) = 120+44+55=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #782C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C37 is #87D3C8. Grayscale: #444444. Windows color (decimal): -8901577 or 3615864. OLE color: 3615864.
HSL color Cylindrical-coordinate representation of color #782C37: hue angle of 351.32º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #782C37 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 55 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.53 |
| HSL | 351.32º | 0.46% | 0.32% | - |
| HSV(B) | 351.32º | 0.63% | 0.47% | - |
| XYZ | 9.34 | 6.07 | 4.29 | - |
| YUV | 67.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 55 | 0 | 0.63 | 0.54 | 0.53 | 351.32 | 0.46 | 0.32 |
| Hex | 78 | 2C | 37 | 0 | 3F | 36 | 35 | 15F | 2E | 20 |
| Octal | 170 | 54 | 67 | 0 | 77 | 66 | 65 | 537 | 56 | 40 |
| Binary | 1111000 | 101100 | 110111 | 0 | 111111 | 110110 | 110101 | 101011111 | 101110 | 100000 |
Color Harmonies of #782C37
Complementary color
Monochromatic Colors of #782C37
Black with #782C37
Text Example
Text Example
White with #782C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C37; }
p { color: rgb(120,44,55); }
H1.HeaderClassName
{
color: #782C37;
}
.AnyTagClassName
{
color: #782C37;
}
</style>
background-color css
<style>
a { background-color: #782C37; }
a { background-color: rgb(120,44,55); }
div.DivClassName
{
background-color: #782C37;
}
.BgClassName
{
background-color: #782C37;
}
</style>
border-color css
<style>
span { border-color: #782C37; }
span { border-color: rgb(120,44,55); }
td.TdClassName
{
border-color: #782C37;
}
.TagClassName
{
border-color: #782C37;
}
</style>