Shades of Paprika #80293A
Tints of Paprika #80293A
RGB
CMYK
RGB Variations
Color information
#80293A (or 0x80293A) is known color: Paprika. HEX triplet: 80, 29 and 3A. RGB value is (128,41,58). Sum of RGB (Red+Green+Blue) = 128+41+58=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80293A is #7FD6C5. Grayscale: #444444. Windows color (decimal): -8378054 or 3811712. OLE color: 3811712.
HSL color Cylindrical-coordinate representation of color #80293A: hue angle of 348.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80293A is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 58 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.50 |
| HSL | 348.28º | 0.51% | 0.33% | - |
| HSV(B) | 348.28º | 0.68% | 0.5% | - |
| XYZ | 10.46 | 6.48 | 4.7 | - |
| YUV | 68.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 58 | 0 | 0.68 | 0.55 | 0.50 | 348.28 | 0.51 | 0.33 |
| Hex | 80 | 29 | 3A | 0 | 44 | 37 | 32 | 15C | 33 | 21 |
| Octal | 200 | 51 | 72 | 0 | 104 | 67 | 62 | 534 | 63 | 41 |
| Binary | 10000000 | 101001 | 111010 | 0 | 1000100 | 110111 | 110010 | 101011100 | 110011 | 100001 |
Color Harmonies of #80293A
Complementary color
Monochromatic Colors of #80293A
Black with #80293A
Text Example
Text Example
White with #80293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80293A; }
p { color: rgb(128,41,58); }
H1.HeaderClassName
{
color: #80293A;
}
.AnyTagClassName
{
color: #80293A;
}
</style>
background-color css
<style>
a { background-color: #80293A; }
a { background-color: rgb(128,41,58); }
div.DivClassName
{
background-color: #80293A;
}
.BgClassName
{
background-color: #80293A;
}
</style>
border-color css
<style>
span { border-color: #80293A; }
span { border-color: rgb(128,41,58); }
td.TdClassName
{
border-color: #80293A;
}
.TagClassName
{
border-color: #80293A;
}
</style>