Shades of Paprika #782C40
Tints of Paprika #782C40
RGB
CMYK
RGB Variations
Color information
#782C40 (or 0x782C40) is known color: Paprika. HEX triplet: 78, 2C and 40. RGB value is (120,44,64). Sum of RGB (Red+Green+Blue) = 120+44+64=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #782C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C40 is #87D3BF. Grayscale: #454545. Windows color (decimal): -8901568 or 4205688. OLE color: 4205688.
HSL color Cylindrical-coordinate representation of color #782C40: hue angle of 344.21º 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 #782C40 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 64 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.53 |
| HSL | 344.21º | 0.46% | 0.32% | - |
| HSV(B) | 344.21º | 0.63% | 0.47% | - |
| XYZ | 9.57 | 6.16 | 5.54 | - |
| YUV | 69 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 64 | 0 | 0.63 | 0.47 | 0.53 | 344.21 | 0.46 | 0.32 |
| Hex | 78 | 2C | 40 | 0 | 3F | 2F | 35 | 158 | 2E | 20 |
| Octal | 170 | 54 | 100 | 0 | 77 | 57 | 65 | 530 | 56 | 40 |
| Binary | 1111000 | 101100 | 1000000 | 0 | 111111 | 101111 | 110101 | 101011000 | 101110 | 100000 |
Color Harmonies of #782C40
Complementary color
Monochromatic Colors of #782C40
Black with #782C40
Text Example
Text Example
White with #782C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C40; }
p { color: rgb(120,44,64); }
H1.HeaderClassName
{
color: #782C40;
}
.AnyTagClassName
{
color: #782C40;
}
</style>
background-color css
<style>
a { background-color: #782C40; }
a { background-color: rgb(120,44,64); }
div.DivClassName
{
background-color: #782C40;
}
.BgClassName
{
background-color: #782C40;
}
</style>
border-color css
<style>
span { border-color: #782C40; }
span { border-color: rgb(120,44,64); }
td.TdClassName
{
border-color: #782C40;
}
.TagClassName
{
border-color: #782C40;
}
</style>