Shades of Paprika #80353D
Tints of Paprika #80353D
RGB
CMYK
RGB Variations
Color information
#80353D (or 0x80353D) is known color: Paprika. HEX triplet: 80, 35 and 3D. RGB value is (128,53,61). Sum of RGB (Red+Green+Blue) = 128+53+61=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353D is #7FCAC2. Grayscale: #4C4C4C. Windows color (decimal): -8374979 or 4011392. OLE color: 4011392.
HSL color Cylindrical-coordinate representation of color #80353D: hue angle of 353.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80353D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 61 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.50 |
| HSL | 353.6º | 0.41% | 0.35% | - |
| HSV(B) | 353.6º | 0.59% | 0.5% | - |
| XYZ | 11.02 | 7.47 | 5.28 | - |
| YUV | 76.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 61 | 0 | 0.59 | 0.52 | 0.50 | 353.6 | 0.41 | 0.35 |
| Hex | 80 | 35 | 3D | 0 | 3B | 34 | 32 | 162 | 29 | 23 |
| Octal | 200 | 65 | 75 | 0 | 73 | 64 | 62 | 542 | 51 | 43 |
| Binary | 10000000 | 110101 | 111101 | 0 | 111011 | 110100 | 110010 | 101100010 | 101001 | 100011 |
Color Harmonies of #80353D
Complementary color
Monochromatic Colors of #80353D
Black with #80353D
Text Example
Text Example
White with #80353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80353D; }
p { color: rgb(128,53,61); }
H1.HeaderClassName
{
color: #80353D;
}
.AnyTagClassName
{
color: #80353D;
}
</style>
background-color css
<style>
a { background-color: #80353D; }
a { background-color: rgb(128,53,61); }
div.DivClassName
{
background-color: #80353D;
}
.BgClassName
{
background-color: #80353D;
}
</style>
border-color css
<style>
span { border-color: #80353D; }
span { border-color: rgb(128,53,61); }
td.TdClassName
{
border-color: #80353D;
}
.TagClassName
{
border-color: #80353D;
}
</style>