Shades of Paprika #78283D
Tints of Paprika #78283D
RGB
CMYK
RGB Variations
Color information
#78283D (or 0x78283D) is known color: Paprika. HEX triplet: 78, 28 and 3D. RGB value is (120,40,61). Sum of RGB (Red+Green+Blue) = 120+40+61=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78283D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78283D is #87D7C2. Grayscale: #424242. Windows color (decimal): -8902595 or 4008056. OLE color: 4008056.
HSL color Cylindrical-coordinate representation of color #78283D: hue angle of 344.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78283D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 61 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.53 |
| HSL | 344.25º | 0.5% | 0.31% | - |
| HSV(B) | 344.25º | 0.67% | 0.47% | - |
| XYZ | 9.35 | 5.85 | 5.05 | - |
| YUV | 66.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 61 | 0 | 0.67 | 0.49 | 0.53 | 344.25 | 0.5 | 0.31 |
| Hex | 78 | 28 | 3D | 0 | 43 | 31 | 35 | 158 | 32 | 1F |
| Octal | 170 | 50 | 75 | 0 | 103 | 61 | 65 | 530 | 62 | 37 |
| Binary | 1111000 | 101000 | 111101 | 0 | 1000011 | 110001 | 110101 | 101011000 | 110010 | 11111 |
Color Harmonies of #78283D
Complementary color
Monochromatic Colors of #78283D
Black with #78283D
Text Example
Text Example
White with #78283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78283D; }
p { color: rgb(120,40,61); }
H1.HeaderClassName
{
color: #78283D;
}
.AnyTagClassName
{
color: #78283D;
}
</style>
background-color css
<style>
a { background-color: #78283D; }
a { background-color: rgb(120,40,61); }
div.DivClassName
{
background-color: #78283D;
}
.BgClassName
{
background-color: #78283D;
}
</style>
border-color css
<style>
span { border-color: #78283D; }
span { border-color: rgb(120,40,61); }
td.TdClassName
{
border-color: #78283D;
}
.TagClassName
{
border-color: #78283D;
}
</style>