Shades of Paprika #802D41
Tints of Paprika #802D41
RGB
CMYK
RGB Variations
Color information
#802D41 (or 0x802D41) is known color: Paprika. HEX triplet: 80, 2D and 41. RGB value is (128,45,65). Sum of RGB (Red+Green+Blue) = 128+45+65=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #802D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D41 is #7FD2BE. Grayscale: #484848. Windows color (decimal): -8377023 or 4271488. OLE color: 4271488.
HSL color Cylindrical-coordinate representation of color #802D41: hue angle of 345.54º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D41 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 65 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.50 |
| HSL | 345.54º | 0.48% | 0.34% | - |
| HSV(B) | 345.54º | 0.65% | 0.5% | - |
| XYZ | 10.79 | 6.85 | 5.75 | - |
| YUV | 72.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 65 | 0 | 0.65 | 0.49 | 0.50 | 345.54 | 0.48 | 0.34 |
| Hex | 80 | 2D | 41 | 0 | 41 | 31 | 32 | 15A | 30 | 22 |
| Octal | 200 | 55 | 101 | 0 | 101 | 61 | 62 | 532 | 60 | 42 |
| Binary | 10000000 | 101101 | 1000001 | 0 | 1000001 | 110001 | 110010 | 101011010 | 110000 | 100010 |
Color Harmonies of #802D41
Complementary color
Monochromatic Colors of #802D41
Black with #802D41
Text Example
Text Example
White with #802D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D41; }
p { color: rgb(128,45,65); }
H1.HeaderClassName
{
color: #802D41;
}
.AnyTagClassName
{
color: #802D41;
}
</style>
background-color css
<style>
a { background-color: #802D41; }
a { background-color: rgb(128,45,65); }
div.DivClassName
{
background-color: #802D41;
}
.BgClassName
{
background-color: #802D41;
}
</style>
border-color css
<style>
span { border-color: #802D41; }
span { border-color: rgb(128,45,65); }
td.TdClassName
{
border-color: #802D41;
}
.TagClassName
{
border-color: #802D41;
}
</style>