Shades of Paprika #80243F
Tints of Paprika #80243F
RGB
CMYK
RGB Variations
Color information
#80243F (or 0x80243F) is known color: Paprika. HEX triplet: 80, 24 and 3F. RGB value is (128,36,63). Sum of RGB (Red+Green+Blue) = 128+36+63=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80243F is #7FDBC0. Grayscale: #424242. Windows color (decimal): -8379329 or 4138112. OLE color: 4138112.
HSL color Cylindrical-coordinate representation of color #80243F: hue angle of 342.39º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80243F is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 63 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.50 |
| HSL | 342.39º | 0.56% | 0.32% | - |
| HSV(B) | 342.39º | 0.72% | 0.5% | - |
| XYZ | 10.43 | 6.21 | 5.35 | - |
| YUV | 66.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 63 | 0 | 0.72 | 0.51 | 0.50 | 342.39 | 0.56 | 0.32 |
| Hex | 80 | 24 | 3F | 0 | 48 | 33 | 32 | 156 | 38 | 20 |
| Octal | 200 | 44 | 77 | 0 | 110 | 63 | 62 | 526 | 70 | 40 |
| Binary | 10000000 | 100100 | 111111 | 0 | 1001000 | 110011 | 110010 | 101010110 | 111000 | 100000 |
Color Harmonies of #80243F
Complementary color
Monochromatic Colors of #80243F
Black with #80243F
Text Example
Text Example
White with #80243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80243F; }
p { color: rgb(128,36,63); }
H1.HeaderClassName
{
color: #80243F;
}
.AnyTagClassName
{
color: #80243F;
}
</style>
background-color css
<style>
a { background-color: #80243F; }
a { background-color: rgb(128,36,63); }
div.DivClassName
{
background-color: #80243F;
}
.BgClassName
{
background-color: #80243F;
}
</style>
border-color css
<style>
span { border-color: #80243F; }
span { border-color: rgb(128,36,63); }
td.TdClassName
{
border-color: #80243F;
}
.TagClassName
{
border-color: #80243F;
}
</style>