Shades of Paprika #80353E
Tints of Paprika #80353E
RGB
CMYK
RGB Variations
Color information
#80353E (or 0x80353E) is known color: Paprika. HEX triplet: 80, 35 and 3E. RGB value is (128,53,62). Sum of RGB (Red+Green+Blue) = 128+53+62=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80353E is #7FCAC1. Grayscale: #4C4C4C. Windows color (decimal): -8374978 or 4076928. OLE color: 4076928.
HSL color Cylindrical-coordinate representation of color #80353E: hue angle of 352.8º 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 #80353E is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 62 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.50 |
| HSL | 352.8º | 0.41% | 0.35% | - |
| HSV(B) | 352.8º | 0.59% | 0.5% | - |
| XYZ | 11.04 | 7.48 | 5.42 | - |
| YUV | 76.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 62 | 0 | 0.59 | 0.52 | 0.50 | 352.8 | 0.41 | 0.35 |
| Hex | 80 | 35 | 3E | 0 | 3B | 34 | 32 | 161 | 29 | 23 |
| Octal | 200 | 65 | 76 | 0 | 73 | 64 | 62 | 541 | 51 | 43 |
| Binary | 10000000 | 110101 | 111110 | 0 | 111011 | 110100 | 110010 | 101100001 | 101001 | 100011 |
Color Harmonies of #80353E
Complementary color
Monochromatic Colors of #80353E
Black with #80353E
Text Example
Text Example
White with #80353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80353E; }
p { color: rgb(128,53,62); }
H1.HeaderClassName
{
color: #80353E;
}
.AnyTagClassName
{
color: #80353E;
}
</style>
background-color css
<style>
a { background-color: #80353E; }
a { background-color: rgb(128,53,62); }
div.DivClassName
{
background-color: #80353E;
}
.BgClassName
{
background-color: #80353E;
}
</style>
border-color css
<style>
span { border-color: #80353E; }
span { border-color: rgb(128,53,62); }
td.TdClassName
{
border-color: #80353E;
}
.TagClassName
{
border-color: #80353E;
}
</style>