Shades of Paprika #802B41
Tints of Paprika #802B41
RGB
CMYK
RGB Variations
Color information
#802B41 (or 0x802B41) is known color: Paprika. HEX triplet: 80, 2B and 41. RGB value is (128,43,65). Sum of RGB (Red+Green+Blue) = 128+43+65=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #802B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B41 is #7FD4BE. Grayscale: #464646. Windows color (decimal): -8377535 or 4270976. OLE color: 4270976.
HSL color Cylindrical-coordinate representation of color #802B41: hue angle of 344.47º degrees, saturation: 0.5, 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 #802B41 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 65 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.50 |
| HSL | 344.47º | 0.5% | 0.34% | - |
| HSV(B) | 344.47º | 0.66% | 0.5% | - |
| XYZ | 10.72 | 6.7 | 5.73 | - |
| YUV | 70.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 65 | 0 | 0.66 | 0.49 | 0.50 | 344.47 | 0.5 | 0.34 |
| Hex | 80 | 2B | 41 | 0 | 42 | 31 | 32 | 158 | 32 | 22 |
| Octal | 200 | 53 | 101 | 0 | 102 | 61 | 62 | 530 | 62 | 42 |
| Binary | 10000000 | 101011 | 1000001 | 0 | 1000010 | 110001 | 110010 | 101011000 | 110010 | 100010 |
Color Harmonies of #802B41
Complementary color
Monochromatic Colors of #802B41
Black with #802B41
Text Example
Text Example
White with #802B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B41; }
p { color: rgb(128,43,65); }
H1.HeaderClassName
{
color: #802B41;
}
.AnyTagClassName
{
color: #802B41;
}
</style>
background-color css
<style>
a { background-color: #802B41; }
a { background-color: rgb(128,43,65); }
div.DivClassName
{
background-color: #802B41;
}
.BgClassName
{
background-color: #802B41;
}
</style>
border-color css
<style>
span { border-color: #802B41; }
span { border-color: rgb(128,43,65); }
td.TdClassName
{
border-color: #802B41;
}
.TagClassName
{
border-color: #802B41;
}
</style>