Shades of Paprika #783040
Tints of Paprika #783040
RGB
CMYK
RGB Variations
Color information
#783040 (or 0x783040) is known color: Paprika. HEX triplet: 78, 30 and 40. RGB value is (120,48,64). Sum of RGB (Red+Green+Blue) = 120+48+64=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #783040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783040 is #87CFBF. Grayscale: #474747. Windows color (decimal): -8900544 or 4206712. OLE color: 4206712.
HSL color Cylindrical-coordinate representation of color #783040: hue angle of 346.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #783040 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 64 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.53 |
| HSL | 346.67º | 0.43% | 0.33% | - |
| HSV(B) | 346.67º | 0.6% | 0.47% | - |
| XYZ | 9.73 | 6.48 | 5.59 | - |
| YUV | 71.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 64 | 0 | 0.60 | 0.47 | 0.53 | 346.67 | 0.43 | 0.33 |
| Hex | 78 | 30 | 40 | 0 | 3C | 2F | 35 | 15B | 2B | 21 |
| Octal | 170 | 60 | 100 | 0 | 74 | 57 | 65 | 533 | 53 | 41 |
| Binary | 1111000 | 110000 | 1000000 | 0 | 111100 | 101111 | 110101 | 101011011 | 101011 | 100001 |
Color Harmonies of #783040
Complementary color
Monochromatic Colors of #783040
Black with #783040
Text Example
Text Example
White with #783040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783040; }
p { color: rgb(120,48,64); }
H1.HeaderClassName
{
color: #783040;
}
.AnyTagClassName
{
color: #783040;
}
</style>
background-color css
<style>
a { background-color: #783040; }
a { background-color: rgb(120,48,64); }
div.DivClassName
{
background-color: #783040;
}
.BgClassName
{
background-color: #783040;
}
</style>
border-color css
<style>
span { border-color: #783040; }
span { border-color: rgb(120,48,64); }
td.TdClassName
{
border-color: #783040;
}
.TagClassName
{
border-color: #783040;
}
</style>