Shades of Paprika #80333F
Tints of Paprika #80333F
RGB
CMYK
RGB Variations
Color information
#80333F (or 0x80333F) is known color: Paprika. HEX triplet: 80, 33 and 3F. RGB value is (128,51,63). Sum of RGB (Red+Green+Blue) = 128+51+63=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80333F is #7FCCC0. Grayscale: #4B4B4B. Windows color (decimal): -8375489 or 4141952. OLE color: 4141952.
HSL color Cylindrical-coordinate representation of color #80333F: hue angle of 350.65º 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 #80333F is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 63 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.50 |
| HSL | 350.65º | 0.43% | 0.35% | - |
| HSV(B) | 350.65º | 0.6% | 0.5% | - |
| XYZ | 10.98 | 7.32 | 5.54 | - |
| YUV | 75.39 | 121.01 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 63 | 0 | 0.60 | 0.51 | 0.50 | 350.65 | 0.43 | 0.35 |
| Hex | 80 | 33 | 3F | 0 | 3C | 33 | 32 | 15F | 2B | 23 |
| Octal | 200 | 63 | 77 | 0 | 74 | 63 | 62 | 537 | 53 | 43 |
| Binary | 10000000 | 110011 | 111111 | 0 | 111100 | 110011 | 110010 | 101011111 | 101011 | 100011 |
Color Harmonies of #80333F
Complementary color
Monochromatic Colors of #80333F
Black with #80333F
Text Example
Text Example
White with #80333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80333F; }
p { color: rgb(128,51,63); }
H1.HeaderClassName
{
color: #80333F;
}
.AnyTagClassName
{
color: #80333F;
}
</style>
background-color css
<style>
a { background-color: #80333F; }
a { background-color: rgb(128,51,63); }
div.DivClassName
{
background-color: #80333F;
}
.BgClassName
{
background-color: #80333F;
}
</style>
border-color css
<style>
span { border-color: #80333F; }
span { border-color: rgb(128,51,63); }
td.TdClassName
{
border-color: #80333F;
}
.TagClassName
{
border-color: #80333F;
}
</style>