Shades of Paprika #802E33
Tints of Paprika #802E33
RGB
CMYK
RGB Variations
Color information
#802E33 (or 0x802E33) is known color: Paprika. HEX triplet: 80, 2E and 33. RGB value is (128,46,51). Sum of RGB (Red+Green+Blue) = 128+46+51=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #802E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802E33 is #7FD1CC. Grayscale: #474747. Windows color (decimal): -8376781 or 3354240. OLE color: 3354240.
HSL color Cylindrical-coordinate representation of color #802E33: hue angle of 356.34º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802E33 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 46 | 51 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.50 |
| HSL | 356.34º | 0.47% | 0.34% | - |
| HSV(B) | 356.34º | 0.64% | 0.5% | - |
| XYZ | 10.48 | 6.78 | 3.89 | - |
| YUV | 71.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 51 | 0 | 0.64 | 0.60 | 0.50 | 356.34 | 0.47 | 0.34 |
| Hex | 80 | 2E | 33 | 0 | 40 | 3C | 32 | 164 | 2F | 22 |
| Octal | 200 | 56 | 63 | 0 | 100 | 74 | 62 | 544 | 57 | 42 |
| Binary | 10000000 | 101110 | 110011 | 0 | 1000000 | 111100 | 110010 | 101100100 | 101111 | 100010 |
Color Harmonies of #802E33
Complementary color
Monochromatic Colors of #802E33
Black with #802E33
Text Example
Text Example
White with #802E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802E33; }
p { color: rgb(128,46,51); }
H1.HeaderClassName
{
color: #802E33;
}
.AnyTagClassName
{
color: #802E33;
}
</style>
background-color css
<style>
a { background-color: #802E33; }
a { background-color: rgb(128,46,51); }
div.DivClassName
{
background-color: #802E33;
}
.BgClassName
{
background-color: #802E33;
}
</style>
border-color css
<style>
span { border-color: #802E33; }
span { border-color: rgb(128,46,51); }
td.TdClassName
{
border-color: #802E33;
}
.TagClassName
{
border-color: #802E33;
}
</style>