Shades of Paprika #782D34
Tints of Paprika #782D34
RGB
CMYK
RGB Variations
Color information
#782D34 (or 0x782D34) is known color: Paprika. HEX triplet: 78, 2D and 34. RGB value is (120,45,52). Sum of RGB (Red+Green+Blue) = 120+45+52=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #782D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D34 is #87D2CB. Grayscale: #444444. Windows color (decimal): -8901324 or 3419512. OLE color: 3419512.
HSL color Cylindrical-coordinate representation of color #782D34: hue angle of 354.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D34 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 52 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.53 |
| HSL | 354.4º | 0.45% | 0.32% | - |
| HSV(B) | 354.4º | 0.63% | 0.47% | - |
| XYZ | 9.3 | 6.12 | 3.94 | - |
| YUV | 68.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 52 | 0 | 0.63 | 0.57 | 0.53 | 354.4 | 0.45 | 0.32 |
| Hex | 78 | 2D | 34 | 0 | 3F | 39 | 35 | 162 | 2D | 20 |
| Octal | 170 | 55 | 64 | 0 | 77 | 71 | 65 | 542 | 55 | 40 |
| Binary | 1111000 | 101101 | 110100 | 0 | 111111 | 111001 | 110101 | 101100010 | 101101 | 100000 |
Color Harmonies of #782D34
Complementary color
Monochromatic Colors of #782D34
Black with #782D34
Text Example
Text Example
White with #782D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D34; }
p { color: rgb(120,45,52); }
H1.HeaderClassName
{
color: #782D34;
}
.AnyTagClassName
{
color: #782D34;
}
</style>
background-color css
<style>
a { background-color: #782D34; }
a { background-color: rgb(120,45,52); }
div.DivClassName
{
background-color: #782D34;
}
.BgClassName
{
background-color: #782D34;
}
</style>
border-color css
<style>
span { border-color: #782D34; }
span { border-color: rgb(120,45,52); }
td.TdClassName
{
border-color: #782D34;
}
.TagClassName
{
border-color: #782D34;
}
</style>