Shades of Paprika #802C40
Tints of Paprika #802C40
RGB
CMYK
RGB Variations
Color information
#802C40 (or 0x802C40) is known color: Paprika. HEX triplet: 80, 2C and 40. RGB value is (128,44,64). Sum of RGB (Red+Green+Blue) = 128+44+64=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #802C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C40 is #7FD3BF. Grayscale: #474747. Windows color (decimal): -8377280 or 4205696. OLE color: 4205696.
HSL color Cylindrical-coordinate representation of color #802C40: hue angle of 345.71º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C40 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 64 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.50 |
| HSL | 345.71º | 0.49% | 0.34% | - |
| HSV(B) | 345.71º | 0.66% | 0.5% | - |
| XYZ | 10.73 | 6.76 | 5.59 | - |
| YUV | 71.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 64 | 0 | 0.66 | 0.5 | 0.50 | 345.71 | 0.49 | 0.34 |
| Hex | 80 | 2C | 40 | 0 | 42 | 32 | 32 | 15A | 31 | 22 |
| Octal | 200 | 54 | 100 | 0 | 102 | 62 | 62 | 532 | 61 | 42 |
| Binary | 10000000 | 101100 | 1000000 | 0 | 1000010 | 110010 | 110010 | 101011010 | 110001 | 100010 |
Color Harmonies of #802C40
Complementary color
Monochromatic Colors of #802C40
Black with #802C40
Text Example
Text Example
White with #802C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C40; }
p { color: rgb(128,44,64); }
H1.HeaderClassName
{
color: #802C40;
}
.AnyTagClassName
{
color: #802C40;
}
</style>
background-color css
<style>
a { background-color: #802C40; }
a { background-color: rgb(128,44,64); }
div.DivClassName
{
background-color: #802C40;
}
.BgClassName
{
background-color: #802C40;
}
</style>
border-color css
<style>
span { border-color: #802C40; }
span { border-color: rgb(128,44,64); }
td.TdClassName
{
border-color: #802C40;
}
.TagClassName
{
border-color: #802C40;
}
</style>