Shades of Paprika #80313B
Tints of Paprika #80313B
RGB
CMYK
RGB Variations
Color information
#80313B (or 0x80313B) is known color: Paprika. HEX triplet: 80, 31 and 3B. RGB value is (128,49,59). Sum of RGB (Red+Green+Blue) = 128+49+59=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80313B is #7FCEC4. Grayscale: #494949. Windows color (decimal): -8376005 or 3879296. OLE color: 3879296.
HSL color Cylindrical-coordinate representation of color #80313B: hue angle of 352.41º 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 #80313B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 59 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.50 |
| HSL | 352.41º | 0.45% | 0.35% | - |
| HSV(B) | 352.41º | 0.62% | 0.5% | - |
| XYZ | 10.79 | 7.1 | 4.94 | - |
| YUV | 73.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 59 | 0 | 0.62 | 0.54 | 0.50 | 352.41 | 0.45 | 0.35 |
| Hex | 80 | 31 | 3B | 0 | 3E | 36 | 32 | 160 | 2D | 23 |
| Octal | 200 | 61 | 73 | 0 | 76 | 66 | 62 | 540 | 55 | 43 |
| Binary | 10000000 | 110001 | 111011 | 0 | 111110 | 110110 | 110010 | 101100000 | 101101 | 100011 |
Color Harmonies of #80313B
Complementary color
Monochromatic Colors of #80313B
Black with #80313B
Text Example
Text Example
White with #80313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80313B; }
p { color: rgb(128,49,59); }
H1.HeaderClassName
{
color: #80313B;
}
.AnyTagClassName
{
color: #80313B;
}
</style>
background-color css
<style>
a { background-color: #80313B; }
a { background-color: rgb(128,49,59); }
div.DivClassName
{
background-color: #80313B;
}
.BgClassName
{
background-color: #80313B;
}
</style>
border-color css
<style>
span { border-color: #80313B; }
span { border-color: rgb(128,49,59); }
td.TdClassName
{
border-color: #80313B;
}
.TagClassName
{
border-color: #80313B;
}
</style>