Shades of Paprika #80313D
Tints of Paprika #80313D
RGB
CMYK
RGB Variations
Color information
#80313D (or 0x80313D) is known color: Paprika. HEX triplet: 80, 31 and 3D. RGB value is (128,49,61). Sum of RGB (Red+Green+Blue) = 128+49+61=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80313D is #7FCEC2. Grayscale: #4A4A4A. Windows color (decimal): -8376003 or 4010368. OLE color: 4010368.
HSL color Cylindrical-coordinate representation of color #80313D: hue angle of 350.89º 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 #80313D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 61 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.50 |
| HSL | 350.89º | 0.45% | 0.35% | - |
| HSV(B) | 350.89º | 0.62% | 0.5% | - |
| XYZ | 10.84 | 7.12 | 5.22 | - |
| YUV | 73.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 61 | 0 | 0.62 | 0.52 | 0.50 | 350.89 | 0.45 | 0.35 |
| Hex | 80 | 31 | 3D | 0 | 3E | 34 | 32 | 15F | 2D | 23 |
| Octal | 200 | 61 | 75 | 0 | 76 | 64 | 62 | 537 | 55 | 43 |
| Binary | 10000000 | 110001 | 111101 | 0 | 111110 | 110100 | 110010 | 101011111 | 101101 | 100011 |
Color Harmonies of #80313D
Complementary color
Monochromatic Colors of #80313D
Black with #80313D
Text Example
Text Example
White with #80313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80313D; }
p { color: rgb(128,49,61); }
H1.HeaderClassName
{
color: #80313D;
}
.AnyTagClassName
{
color: #80313D;
}
</style>
background-color css
<style>
a { background-color: #80313D; }
a { background-color: rgb(128,49,61); }
div.DivClassName
{
background-color: #80313D;
}
.BgClassName
{
background-color: #80313D;
}
</style>
border-color css
<style>
span { border-color: #80313D; }
span { border-color: rgb(128,49,61); }
td.TdClassName
{
border-color: #80313D;
}
.TagClassName
{
border-color: #80313D;
}
</style>