Shades of Paprika #78313E
Tints of Paprika #78313E
RGB
CMYK
RGB Variations
Color information
#78313E (or 0x78313E) is known color: Paprika. HEX triplet: 78, 31 and 3E. RGB value is (120,49,62). Sum of RGB (Red+Green+Blue) = 120+49+62=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78313E is #87CEC1. Grayscale: #474747. Windows color (decimal): -8900290 or 4075896. OLE color: 4075896.
HSL color Cylindrical-coordinate representation of color #78313E: hue angle of 349.01º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78313E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 62 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.53 |
| HSL | 349.01º | 0.42% | 0.33% | - |
| HSV(B) | 349.01º | 0.59% | 0.47% | - |
| XYZ | 9.71 | 6.54 | 5.31 | - |
| YUV | 71.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 62 | 0 | 0.59 | 0.48 | 0.53 | 349.01 | 0.42 | 0.33 |
| Hex | 78 | 31 | 3E | 0 | 3B | 30 | 35 | 15D | 2A | 21 |
| Octal | 170 | 61 | 76 | 0 | 73 | 60 | 65 | 535 | 52 | 41 |
| Binary | 1111000 | 110001 | 111110 | 0 | 111011 | 110000 | 110101 | 101011101 | 101010 | 100001 |
Color Harmonies of #78313E
Complementary color
Monochromatic Colors of #78313E
Black with #78313E
Text Example
Text Example
White with #78313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78313E; }
p { color: rgb(120,49,62); }
H1.HeaderClassName
{
color: #78313E;
}
.AnyTagClassName
{
color: #78313E;
}
</style>
background-color css
<style>
a { background-color: #78313E; }
a { background-color: rgb(120,49,62); }
div.DivClassName
{
background-color: #78313E;
}
.BgClassName
{
background-color: #78313E;
}
</style>
border-color css
<style>
span { border-color: #78313E; }
span { border-color: rgb(120,49,62); }
td.TdClassName
{
border-color: #78313E;
}
.TagClassName
{
border-color: #78313E;
}
</style>