Shades of Paprika #80323F
Tints of Paprika #80323F
RGB
CMYK
RGB Variations
Color information
#80323F (or 0x80323F) is known color: Paprika. HEX triplet: 80, 32 and 3F. RGB value is (128,50,63). Sum of RGB (Red+Green+Blue) = 128+50+63=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80323F is #7FCDC0. Grayscale: #4A4A4A. Windows color (decimal): -8375745 or 4141696. OLE color: 4141696.
HSL color Cylindrical-coordinate representation of color #80323F: hue angle of 350º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80323F is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 63 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.50 |
| HSL | 350º | 0.44% | 0.35% | - |
| HSV(B) | 350º | 0.61% | 0.5% | - |
| XYZ | 10.94 | 7.23 | 5.52 | - |
| YUV | 74.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 63 | 0 | 0.61 | 0.51 | 0.50 | 350 | 0.44 | 0.35 |
| Hex | 80 | 32 | 3F | 0 | 3D | 33 | 32 | 15E | 2C | 23 |
| Octal | 200 | 62 | 77 | 0 | 75 | 63 | 62 | 536 | 54 | 43 |
| Binary | 10000000 | 110010 | 111111 | 0 | 111101 | 110011 | 110010 | 101011110 | 101100 | 100011 |
Color Harmonies of #80323F
Complementary color
Monochromatic Colors of #80323F
Black with #80323F
Text Example
Text Example
White with #80323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80323F; }
p { color: rgb(128,50,63); }
H1.HeaderClassName
{
color: #80323F;
}
.AnyTagClassName
{
color: #80323F;
}
</style>
background-color css
<style>
a { background-color: #80323F; }
a { background-color: rgb(128,50,63); }
div.DivClassName
{
background-color: #80323F;
}
.BgClassName
{
background-color: #80323F;
}
</style>
border-color css
<style>
span { border-color: #80323F; }
span { border-color: rgb(128,50,63); }
td.TdClassName
{
border-color: #80323F;
}
.TagClassName
{
border-color: #80323F;
}
</style>