Shades of Paprika #78313A
Tints of Paprika #78313A
RGB
CMYK
RGB Variations
Color information
#78313A (or 0x78313A) is known color: Paprika. HEX triplet: 78, 31 and 3A. RGB value is (120,49,58). Sum of RGB (Red+Green+Blue) = 120+49+58=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #78313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78313A is #87CEC5. Grayscale: #474747. Windows color (decimal): -8900294 or 3813752. OLE color: 3813752.
HSL color Cylindrical-coordinate representation of color #78313A: hue angle of 352.39º 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 #78313A is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 58 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.53 |
| HSL | 352.39º | 0.42% | 0.33% | - |
| HSV(B) | 352.39º | 0.59% | 0.47% | - |
| XYZ | 9.61 | 6.5 | 4.75 | - |
| YUV | 71.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 58 | 0 | 0.59 | 0.52 | 0.53 | 352.39 | 0.42 | 0.33 |
| Hex | 78 | 31 | 3A | 0 | 3B | 34 | 35 | 160 | 2A | 21 |
| Octal | 170 | 61 | 72 | 0 | 73 | 64 | 65 | 540 | 52 | 41 |
| Binary | 1111000 | 110001 | 111010 | 0 | 111011 | 110100 | 110101 | 101100000 | 101010 | 100001 |
Color Harmonies of #78313A
Complementary color
Monochromatic Colors of #78313A
Black with #78313A
Text Example
Text Example
White with #78313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78313A; }
p { color: rgb(120,49,58); }
H1.HeaderClassName
{
color: #78313A;
}
.AnyTagClassName
{
color: #78313A;
}
</style>
background-color css
<style>
a { background-color: #78313A; }
a { background-color: rgb(120,49,58); }
div.DivClassName
{
background-color: #78313A;
}
.BgClassName
{
background-color: #78313A;
}
</style>
border-color css
<style>
span { border-color: #78313A; }
span { border-color: rgb(120,49,58); }
td.TdClassName
{
border-color: #78313A;
}
.TagClassName
{
border-color: #78313A;
}
</style>