Shades of Paprika #782A39
Tints of Paprika #782A39
RGB
CMYK
RGB Variations
Color information
#782A39 (or 0x782A39) is known color: Paprika. HEX triplet: 78, 2A and 39. RGB value is (120,42,57). Sum of RGB (Red+Green+Blue) = 120+42+57=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #782A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A39 is #87D5C6. Grayscale: #434343. Windows color (decimal): -8902087 or 3746424. OLE color: 3746424.
HSL color Cylindrical-coordinate representation of color #782A39: hue angle of 348.46º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A39 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 57 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.53 |
| HSL | 348.46º | 0.48% | 0.32% | - |
| HSV(B) | 348.46º | 0.65% | 0.47% | - |
| XYZ | 9.31 | 5.94 | 4.53 | - |
| YUV | 67.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 57 | 0 | 0.65 | 0.52 | 0.53 | 348.46 | 0.48 | 0.32 |
| Hex | 78 | 2A | 39 | 0 | 41 | 34 | 35 | 15C | 30 | 20 |
| Octal | 170 | 52 | 71 | 0 | 101 | 64 | 65 | 534 | 60 | 40 |
| Binary | 1111000 | 101010 | 111001 | 0 | 1000001 | 110100 | 110101 | 101011100 | 110000 | 100000 |
Color Harmonies of #782A39
Complementary color
Monochromatic Colors of #782A39
Black with #782A39
Text Example
Text Example
White with #782A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A39; }
p { color: rgb(120,42,57); }
H1.HeaderClassName
{
color: #782A39;
}
.AnyTagClassName
{
color: #782A39;
}
</style>
background-color css
<style>
a { background-color: #782A39; }
a { background-color: rgb(120,42,57); }
div.DivClassName
{
background-color: #782A39;
}
.BgClassName
{
background-color: #782A39;
}
</style>
border-color css
<style>
span { border-color: #782A39; }
span { border-color: rgb(120,42,57); }
td.TdClassName
{
border-color: #782A39;
}
.TagClassName
{
border-color: #782A39;
}
</style>