Shades of Paprika #78293D
Tints of Paprika #78293D
RGB
CMYK
RGB Variations
Color information
#78293D (or 0x78293D) is known color: Paprika. HEX triplet: 78, 29 and 3D. RGB value is (120,41,61). Sum of RGB (Red+Green+Blue) = 120+41+61=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #78293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78293D is #87D6C2. Grayscale: #424242. Windows color (decimal): -8902339 or 4008312. OLE color: 4008312.
HSL color Cylindrical-coordinate representation of color #78293D: hue angle of 344.81º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78293D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 41 | 61 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.53 |
| HSL | 344.81º | 0.49% | 0.32% | - |
| HSV(B) | 344.81º | 0.66% | 0.47% | - |
| XYZ | 9.38 | 5.92 | 5.06 | - |
| YUV | 66.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 61 | 0 | 0.66 | 0.49 | 0.53 | 344.81 | 0.49 | 0.32 |
| Hex | 78 | 29 | 3D | 0 | 42 | 31 | 35 | 159 | 31 | 20 |
| Octal | 170 | 51 | 75 | 0 | 102 | 61 | 65 | 531 | 61 | 40 |
| Binary | 1111000 | 101001 | 111101 | 0 | 1000010 | 110001 | 110101 | 101011001 | 110001 | 100000 |
Color Harmonies of #78293D
Complementary color
Monochromatic Colors of #78293D
Black with #78293D
Text Example
Text Example
White with #78293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78293D; }
p { color: rgb(120,41,61); }
H1.HeaderClassName
{
color: #78293D;
}
.AnyTagClassName
{
color: #78293D;
}
</style>
background-color css
<style>
a { background-color: #78293D; }
a { background-color: rgb(120,41,61); }
div.DivClassName
{
background-color: #78293D;
}
.BgClassName
{
background-color: #78293D;
}
</style>
border-color css
<style>
span { border-color: #78293D; }
span { border-color: rgb(120,41,61); }
td.TdClassName
{
border-color: #78293D;
}
.TagClassName
{
border-color: #78293D;
}
</style>