Shades of Paprika #78303B
Tints of Paprika #78303B
RGB
CMYK
RGB Variations
Color information
#78303B (or 0x78303B) is known color: Paprika. HEX triplet: 78, 30 and 3B. RGB value is (120,48,59). Sum of RGB (Red+Green+Blue) = 120+48+59=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #78303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78303B is #87CFC4. Grayscale: #464646. Windows color (decimal): -8900549 or 3879032. OLE color: 3879032.
HSL color Cylindrical-coordinate representation of color #78303B: hue angle of 350.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78303B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 59 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.53 |
| HSL | 350.83º | 0.43% | 0.33% | - |
| HSV(B) | 350.83º | 0.6% | 0.47% | - |
| XYZ | 9.59 | 6.42 | 4.87 | - |
| YUV | 70.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 59 | 0 | 0.60 | 0.51 | 0.53 | 350.83 | 0.43 | 0.33 |
| Hex | 78 | 30 | 3B | 0 | 3C | 33 | 35 | 15F | 2B | 21 |
| Octal | 170 | 60 | 73 | 0 | 74 | 63 | 65 | 537 | 53 | 41 |
| Binary | 1111000 | 110000 | 111011 | 0 | 111100 | 110011 | 110101 | 101011111 | 101011 | 100001 |
Color Harmonies of #78303B
Complementary color
Monochromatic Colors of #78303B
Black with #78303B
Text Example
Text Example
White with #78303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78303B; }
p { color: rgb(120,48,59); }
H1.HeaderClassName
{
color: #78303B;
}
.AnyTagClassName
{
color: #78303B;
}
</style>
background-color css
<style>
a { background-color: #78303B; }
a { background-color: rgb(120,48,59); }
div.DivClassName
{
background-color: #78303B;
}
.BgClassName
{
background-color: #78303B;
}
</style>
border-color css
<style>
span { border-color: #78303B; }
span { border-color: rgb(120,48,59); }
td.TdClassName
{
border-color: #78303B;
}
.TagClassName
{
border-color: #78303B;
}
</style>