Shades of Paprika #782C3D
Tints of Paprika #782C3D
RGB
CMYK
RGB Variations
Color information
#782C3D (or 0x782C3D) is known color: Paprika. HEX triplet: 78, 2C and 3D. RGB value is (120,44,61). Sum of RGB (Red+Green+Blue) = 120+44+61=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #782C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C3D is #87D3C2. Grayscale: #444444. Windows color (decimal): -8901571 or 4009080. OLE color: 4009080.
HSL color Cylindrical-coordinate representation of color #782C3D: hue angle of 346.58º 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 #782C3D is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 61 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.53 |
| HSL | 346.58º | 0.46% | 0.32% | - |
| HSV(B) | 346.58º | 0.63% | 0.47% | - |
| XYZ | 9.49 | 6.13 | 5.1 | - |
| YUV | 68.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 61 | 0 | 0.63 | 0.49 | 0.53 | 346.58 | 0.46 | 0.32 |
| Hex | 78 | 2C | 3D | 0 | 3F | 31 | 35 | 15B | 2E | 20 |
| Octal | 170 | 54 | 75 | 0 | 77 | 61 | 65 | 533 | 56 | 40 |
| Binary | 1111000 | 101100 | 111101 | 0 | 111111 | 110001 | 110101 | 101011011 | 101110 | 100000 |
Color Harmonies of #782C3D
Complementary color
Monochromatic Colors of #782C3D
Black with #782C3D
Text Example
Text Example
White with #782C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C3D; }
p { color: rgb(120,44,61); }
H1.HeaderClassName
{
color: #782C3D;
}
.AnyTagClassName
{
color: #782C3D;
}
</style>
background-color css
<style>
a { background-color: #782C3D; }
a { background-color: rgb(120,44,61); }
div.DivClassName
{
background-color: #782C3D;
}
.BgClassName
{
background-color: #782C3D;
}
</style>
border-color css
<style>
span { border-color: #782C3D; }
span { border-color: rgb(120,44,61); }
td.TdClassName
{
border-color: #782C3D;
}
.TagClassName
{
border-color: #782C3D;
}
</style>