Shades of Paprika #802D36
Tints of Paprika #802D36
RGB
CMYK
RGB Variations
Color information
#802D36 (or 0x802D36) is known color: Paprika. HEX triplet: 80, 2D and 36. RGB value is (128,45,54). Sum of RGB (Red+Green+Blue) = 128+45+54=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #802D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D36 is #7FD2C9. Grayscale: #464646. Windows color (decimal): -8377034 or 3550592. OLE color: 3550592.
HSL color Cylindrical-coordinate representation of color #802D36: hue angle of 353.49º 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 #802D36 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 54 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.50 |
| HSL | 353.49º | 0.48% | 0.34% | - |
| HSV(B) | 353.49º | 0.65% | 0.5% | - |
| XYZ | 10.51 | 6.73 | 4.24 | - |
| YUV | 70.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 54 | 0 | 0.65 | 0.58 | 0.50 | 353.49 | 0.48 | 0.34 |
| Hex | 80 | 2D | 36 | 0 | 41 | 3A | 32 | 161 | 30 | 22 |
| Octal | 200 | 55 | 66 | 0 | 101 | 72 | 62 | 541 | 60 | 42 |
| Binary | 10000000 | 101101 | 110110 | 0 | 1000001 | 111010 | 110010 | 101100001 | 110000 | 100010 |
Color Harmonies of #802D36
Complementary color
Monochromatic Colors of #802D36
Black with #802D36
Text Example
Text Example
White with #802D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D36; }
p { color: rgb(128,45,54); }
H1.HeaderClassName
{
color: #802D36;
}
.AnyTagClassName
{
color: #802D36;
}
</style>
background-color css
<style>
a { background-color: #802D36; }
a { background-color: rgb(128,45,54); }
div.DivClassName
{
background-color: #802D36;
}
.BgClassName
{
background-color: #802D36;
}
</style>
border-color css
<style>
span { border-color: #802D36; }
span { border-color: rgb(128,45,54); }
td.TdClassName
{
border-color: #802D36;
}
.TagClassName
{
border-color: #802D36;
}
</style>