Shades of Paprika #782D41
Tints of Paprika #782D41
RGB
CMYK
RGB Variations
Color information
#782D41 (or 0x782D41) is known color: Paprika. HEX triplet: 78, 2D and 41. RGB value is (120,45,65). Sum of RGB (Red+Green+Blue) = 120+45+65=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #782D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D41 is #87D2BE. Grayscale: #454545. Windows color (decimal): -8901311 or 4271480. OLE color: 4271480.
HSL color Cylindrical-coordinate representation of color #782D41: hue angle of 344º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D41 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 65 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.53 |
| HSL | 344º | 0.45% | 0.32% | - |
| HSV(B) | 344º | 0.63% | 0.47% | - |
| XYZ | 9.64 | 6.25 | 5.7 | - |
| YUV | 69.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 65 | 0 | 0.63 | 0.46 | 0.53 | 344 | 0.45 | 0.32 |
| Hex | 78 | 2D | 41 | 0 | 3F | 2E | 35 | 158 | 2D | 20 |
| Octal | 170 | 55 | 101 | 0 | 77 | 56 | 65 | 530 | 55 | 40 |
| Binary | 1111000 | 101101 | 1000001 | 0 | 111111 | 101110 | 110101 | 101011000 | 101101 | 100000 |
Color Harmonies of #782D41
Complementary color
Monochromatic Colors of #782D41
Black with #782D41
Text Example
Text Example
White with #782D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D41; }
p { color: rgb(120,45,65); }
H1.HeaderClassName
{
color: #782D41;
}
.AnyTagClassName
{
color: #782D41;
}
</style>
background-color css
<style>
a { background-color: #782D41; }
a { background-color: rgb(120,45,65); }
div.DivClassName
{
background-color: #782D41;
}
.BgClassName
{
background-color: #782D41;
}
</style>
border-color css
<style>
span { border-color: #782D41; }
span { border-color: rgb(120,45,65); }
td.TdClassName
{
border-color: #782D41;
}
.TagClassName
{
border-color: #782D41;
}
</style>