Shades of Paprika #782D38
Tints of Paprika #782D38
RGB
CMYK
RGB Variations
Color information
#782D38 (or 0x782D38) is known color: Paprika. HEX triplet: 78, 2D and 38. RGB value is (120,45,56). Sum of RGB (Red+Green+Blue) = 120+45+56=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #782D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D38 is #87D2C7. Grayscale: #444444. Windows color (decimal): -8901320 or 3681656. OLE color: 3681656.
HSL color Cylindrical-coordinate representation of color #782D38: hue angle of 351.2º 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 #782D38 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 56 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.53 |
| HSL | 351.2º | 0.45% | 0.32% | - |
| HSV(B) | 351.2º | 0.63% | 0.47% | - |
| XYZ | 9.4 | 6.16 | 4.43 | - |
| YUV | 68.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 56 | 0 | 0.63 | 0.53 | 0.53 | 351.2 | 0.45 | 0.32 |
| Hex | 78 | 2D | 38 | 0 | 3F | 35 | 35 | 15F | 2D | 20 |
| Octal | 170 | 55 | 70 | 0 | 77 | 65 | 65 | 537 | 55 | 40 |
| Binary | 1111000 | 101101 | 111000 | 0 | 111111 | 110101 | 110101 | 101011111 | 101101 | 100000 |
Color Harmonies of #782D38
Complementary color
Monochromatic Colors of #782D38
Black with #782D38
Text Example
Text Example
White with #782D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D38; }
p { color: rgb(120,45,56); }
H1.HeaderClassName
{
color: #782D38;
}
.AnyTagClassName
{
color: #782D38;
}
</style>
background-color css
<style>
a { background-color: #782D38; }
a { background-color: rgb(120,45,56); }
div.DivClassName
{
background-color: #782D38;
}
.BgClassName
{
background-color: #782D38;
}
</style>
border-color css
<style>
span { border-color: #782D38; }
span { border-color: rgb(120,45,56); }
td.TdClassName
{
border-color: #782D38;
}
.TagClassName
{
border-color: #782D38;
}
</style>