Shades of Paprika #80333A
Tints of Paprika #80333A
RGB
CMYK
RGB Variations
Color information
#80333A (or 0x80333A) is known color: Paprika. HEX triplet: 80, 33 and 3A. RGB value is (128,51,58). Sum of RGB (Red+Green+Blue) = 128+51+58=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80333A is #7FCCC5. Grayscale: #4A4A4A. Windows color (decimal): -8375494 or 3814272. OLE color: 3814272.
HSL color Cylindrical-coordinate representation of color #80333A: hue angle of 354.55º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80333A is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 58 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.50 |
| HSL | 354.55º | 0.43% | 0.35% | - |
| HSV(B) | 354.55º | 0.6% | 0.5% | - |
| XYZ | 10.85 | 7.26 | 4.83 | - |
| YUV | 74.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 58 | 0 | 0.60 | 0.55 | 0.50 | 354.55 | 0.43 | 0.35 |
| Hex | 80 | 33 | 3A | 0 | 3C | 37 | 32 | 163 | 2B | 23 |
| Octal | 200 | 63 | 72 | 0 | 74 | 67 | 62 | 543 | 53 | 43 |
| Binary | 10000000 | 110011 | 111010 | 0 | 111100 | 110111 | 110010 | 101100011 | 101011 | 100011 |
Color Harmonies of #80333A
Complementary color
Monochromatic Colors of #80333A
Black with #80333A
Text Example
Text Example
White with #80333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80333A; }
p { color: rgb(128,51,58); }
H1.HeaderClassName
{
color: #80333A;
}
.AnyTagClassName
{
color: #80333A;
}
</style>
background-color css
<style>
a { background-color: #80333A; }
a { background-color: rgb(128,51,58); }
div.DivClassName
{
background-color: #80333A;
}
.BgClassName
{
background-color: #80333A;
}
</style>
border-color css
<style>
span { border-color: #80333A; }
span { border-color: rgb(128,51,58); }
td.TdClassName
{
border-color: #80333A;
}
.TagClassName
{
border-color: #80333A;
}
</style>