Shades of Paprika #782935
Tints of Paprika #782935
RGB
CMYK
RGB Variations
Color information
#782935 (or 0x782935) is known color: Paprika. HEX triplet: 78, 29 and 35. RGB value is (120,41,53). Sum of RGB (Red+Green+Blue) = 120+41+53=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #782935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782935 is #87D6CA. Grayscale: #424242. Windows color (decimal): -8902347 or 3484024. OLE color: 3484024.
HSL color Cylindrical-coordinate representation of color #782935: hue angle of 350.89º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #782935 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 41 | 53 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.53 |
| HSL | 350.89º | 0.49% | 0.32% | - |
| HSV(B) | 350.89º | 0.66% | 0.47% | - |
| XYZ | 9.18 | 5.84 | 4.01 | - |
| YUV | 65.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 53 | 0 | 0.66 | 0.56 | 0.53 | 350.89 | 0.49 | 0.32 |
| Hex | 78 | 29 | 35 | 0 | 42 | 38 | 35 | 15F | 31 | 20 |
| Octal | 170 | 51 | 65 | 0 | 102 | 70 | 65 | 537 | 61 | 40 |
| Binary | 1111000 | 101001 | 110101 | 0 | 1000010 | 111000 | 110101 | 101011111 | 110001 | 100000 |
Color Harmonies of #782935
Complementary color
Monochromatic Colors of #782935
Black with #782935
Text Example
Text Example
White with #782935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782935; }
p { color: rgb(120,41,53); }
H1.HeaderClassName
{
color: #782935;
}
.AnyTagClassName
{
color: #782935;
}
</style>
background-color css
<style>
a { background-color: #782935; }
a { background-color: rgb(120,41,53); }
div.DivClassName
{
background-color: #782935;
}
.BgClassName
{
background-color: #782935;
}
</style>
border-color css
<style>
span { border-color: #782935; }
span { border-color: rgb(120,41,53); }
td.TdClassName
{
border-color: #782935;
}
.TagClassName
{
border-color: #782935;
}
</style>