Shades of Paprika #80343F
Tints of Paprika #80343F
RGB
CMYK
RGB Variations
Color information
#80343F (or 0x80343F) is known color: Paprika. HEX triplet: 80, 34 and 3F. RGB value is (128,52,63). Sum of RGB (Red+Green+Blue) = 128+52+63=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80343F is #7FCBC0. Grayscale: #4C4C4C. Windows color (decimal): -8375233 or 4142208. OLE color: 4142208.
HSL color Cylindrical-coordinate representation of color #80343F: hue angle of 351.32º degrees, saturation: 0.42, 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 #80343F is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 63 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.50 |
| HSL | 351.32º | 0.42% | 0.35% | - |
| HSV(B) | 351.32º | 0.59% | 0.5% | - |
| XYZ | 11.03 | 7.4 | 5.55 | - |
| YUV | 75.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 63 | 0 | 0.59 | 0.51 | 0.50 | 351.32 | 0.42 | 0.35 |
| Hex | 80 | 34 | 3F | 0 | 3B | 33 | 32 | 15F | 2A | 23 |
| Octal | 200 | 64 | 77 | 0 | 73 | 63 | 62 | 537 | 52 | 43 |
| Binary | 10000000 | 110100 | 111111 | 0 | 111011 | 110011 | 110010 | 101011111 | 101010 | 100011 |
Color Harmonies of #80343F
Complementary color
Monochromatic Colors of #80343F
Black with #80343F
Text Example
Text Example
White with #80343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80343F; }
p { color: rgb(128,52,63); }
H1.HeaderClassName
{
color: #80343F;
}
.AnyTagClassName
{
color: #80343F;
}
</style>
background-color css
<style>
a { background-color: #80343F; }
a { background-color: rgb(128,52,63); }
div.DivClassName
{
background-color: #80343F;
}
.BgClassName
{
background-color: #80343F;
}
</style>
border-color css
<style>
span { border-color: #80343F; }
span { border-color: rgb(128,52,63); }
td.TdClassName
{
border-color: #80343F;
}
.TagClassName
{
border-color: #80343F;
}
</style>