Shades of Paprika #80333D
Tints of Paprika #80333D
RGB
CMYK
RGB Variations
Color information
#80333D (or 0x80333D) is known color: Paprika. HEX triplet: 80, 33 and 3D. RGB value is (128,51,61). Sum of RGB (Red+Green+Blue) = 128+51+61=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80333D is #7FCCC2. Grayscale: #4B4B4B. Windows color (decimal): -8375491 or 4010880. OLE color: 4010880.
HSL color Cylindrical-coordinate representation of color #80333D: hue angle of 352.21º 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 #80333D is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 61 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.50 |
| HSL | 352.21º | 0.43% | 0.35% | - |
| HSV(B) | 352.21º | 0.6% | 0.5% | - |
| XYZ | 10.93 | 7.29 | 5.25 | - |
| YUV | 75.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 61 | 0 | 0.60 | 0.52 | 0.50 | 352.21 | 0.43 | 0.35 |
| Hex | 80 | 33 | 3D | 0 | 3C | 34 | 32 | 160 | 2B | 23 |
| Octal | 200 | 63 | 75 | 0 | 74 | 64 | 62 | 540 | 53 | 43 |
| Binary | 10000000 | 110011 | 111101 | 0 | 111100 | 110100 | 110010 | 101100000 | 101011 | 100011 |
Color Harmonies of #80333D
Complementary color
Monochromatic Colors of #80333D
Black with #80333D
Text Example
Text Example
White with #80333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80333D; }
p { color: rgb(128,51,61); }
H1.HeaderClassName
{
color: #80333D;
}
.AnyTagClassName
{
color: #80333D;
}
</style>
background-color css
<style>
a { background-color: #80333D; }
a { background-color: rgb(128,51,61); }
div.DivClassName
{
background-color: #80333D;
}
.BgClassName
{
background-color: #80333D;
}
</style>
border-color css
<style>
span { border-color: #80333D; }
span { border-color: rgb(128,51,61); }
td.TdClassName
{
border-color: #80333D;
}
.TagClassName
{
border-color: #80333D;
}
</style>