Shades of Paprika #803040
Tints of Paprika #803040
RGB
CMYK
RGB Variations
Color information
#803040 (or 0x803040) is known color: Paprika. HEX triplet: 80, 30 and 40. RGB value is (128,48,64). Sum of RGB (Red+Green+Blue) = 128+48+64=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #803040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803040 is #7FCFBF. Grayscale: #494949. Windows color (decimal): -8376256 or 4206720. OLE color: 4206720.
HSL color Cylindrical-coordinate representation of color #803040: hue angle of 348º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803040 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 64 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.50 |
| HSL | 348º | 0.45% | 0.35% | - |
| HSV(B) | 348º | 0.63% | 0.5% | - |
| XYZ | 10.88 | 7.07 | 5.64 | - |
| YUV | 73.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 64 | 0 | 0.62 | 0.5 | 0.50 | 348 | 0.45 | 0.35 |
| Hex | 80 | 30 | 40 | 0 | 3E | 32 | 32 | 15C | 2D | 23 |
| Octal | 200 | 60 | 100 | 0 | 76 | 62 | 62 | 534 | 55 | 43 |
| Binary | 10000000 | 110000 | 1000000 | 0 | 111110 | 110010 | 110010 | 101011100 | 101101 | 100011 |
Color Harmonies of #803040
Complementary color
Monochromatic Colors of #803040
Black with #803040
Text Example
Text Example
White with #803040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803040; }
p { color: rgb(128,48,64); }
H1.HeaderClassName
{
color: #803040;
}
.AnyTagClassName
{
color: #803040;
}
</style>
background-color css
<style>
a { background-color: #803040; }
a { background-color: rgb(128,48,64); }
div.DivClassName
{
background-color: #803040;
}
.BgClassName
{
background-color: #803040;
}
</style>
border-color css
<style>
span { border-color: #803040; }
span { border-color: rgb(128,48,64); }
td.TdClassName
{
border-color: #803040;
}
.TagClassName
{
border-color: #803040;
}
</style>