Shades of Paprika #802B40
Tints of Paprika #802B40
RGB
CMYK
RGB Variations
Color information
#802B40 (or 0x802B40) is known color: Paprika. HEX triplet: 80, 2B and 40. RGB value is (128,43,64). Sum of RGB (Red+Green+Blue) = 128+43+64=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #802B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802B40 is #7FD4BF. Grayscale: #464646. Windows color (decimal): -8377536 or 4205440. OLE color: 4205440.
HSL color Cylindrical-coordinate representation of color #802B40: hue angle of 345.18º 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 #802B40 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 43 | 64 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.50 |
| HSL | 345.18º | 0.5% | 0.34% | - |
| HSV(B) | 345.18º | 0.66% | 0.5% | - |
| XYZ | 10.69 | 6.69 | 5.58 | - |
| YUV | 70.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 43 | 64 | 0 | 0.66 | 0.5 | 0.50 | 345.18 | 0.5 | 0.34 |
| Hex | 80 | 2B | 40 | 0 | 42 | 32 | 32 | 159 | 32 | 22 |
| Octal | 200 | 53 | 100 | 0 | 102 | 62 | 62 | 531 | 62 | 42 |
| Binary | 10000000 | 101011 | 1000000 | 0 | 1000010 | 110010 | 110010 | 101011001 | 110010 | 100010 |
Color Harmonies of #802B40
Complementary color
Monochromatic Colors of #802B40
Black with #802B40
Text Example
Text Example
White with #802B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802B40; }
p { color: rgb(128,43,64); }
H1.HeaderClassName
{
color: #802B40;
}
.AnyTagClassName
{
color: #802B40;
}
</style>
background-color css
<style>
a { background-color: #802B40; }
a { background-color: rgb(128,43,64); }
div.DivClassName
{
background-color: #802B40;
}
.BgClassName
{
background-color: #802B40;
}
</style>
border-color css
<style>
span { border-color: #802B40; }
span { border-color: rgb(128,43,64); }
td.TdClassName
{
border-color: #802B40;
}
.TagClassName
{
border-color: #802B40;
}
</style>