Shades of Paprika #80293D
Tints of Paprika #80293D
RGB
CMYK
RGB Variations
Color information
#80293D (or 0x80293D) is known color: Paprika. HEX triplet: 80, 29 and 3D. RGB value is (128,41,61). Sum of RGB (Red+Green+Blue) = 128+41+61=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #80293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80293D is #7FD6C2. Grayscale: #454545. Windows color (decimal): -8378051 or 4008320. OLE color: 4008320.
HSL color Cylindrical-coordinate representation of color #80293D: hue angle of 346.21º 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 #80293D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 61 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.50 |
| HSL | 346.21º | 0.51% | 0.33% | - |
| HSV(B) | 346.21º | 0.68% | 0.5% | - |
| XYZ | 10.54 | 6.51 | 5.12 | - |
| YUV | 69.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 61 | 0 | 0.68 | 0.52 | 0.50 | 346.21 | 0.51 | 0.33 |
| Hex | 80 | 29 | 3D | 0 | 44 | 34 | 32 | 15A | 33 | 21 |
| Octal | 200 | 51 | 75 | 0 | 104 | 64 | 62 | 532 | 63 | 41 |
| Binary | 10000000 | 101001 | 111101 | 0 | 1000100 | 110100 | 110010 | 101011010 | 110011 | 100001 |
Color Harmonies of #80293D
Complementary color
Monochromatic Colors of #80293D
Black with #80293D
Text Example
Text Example
White with #80293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80293D; }
p { color: rgb(128,41,61); }
H1.HeaderClassName
{
color: #80293D;
}
.AnyTagClassName
{
color: #80293D;
}
</style>
background-color css
<style>
a { background-color: #80293D; }
a { background-color: rgb(128,41,61); }
div.DivClassName
{
background-color: #80293D;
}
.BgClassName
{
background-color: #80293D;
}
</style>
border-color css
<style>
span { border-color: #80293D; }
span { border-color: rgb(128,41,61); }
td.TdClassName
{
border-color: #80293D;
}
.TagClassName
{
border-color: #80293D;
}
</style>