Shades of Paprika #803236
Tints of Paprika #803236
RGB
CMYK
RGB Variations
Color information
#803236 (or 0x803236) is known color: Paprika. HEX triplet: 80, 32 and 36. RGB value is (128,50,54). Sum of RGB (Red+Green+Blue) = 128+50+54=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803236 is #7FCDC9. Grayscale: #494949. Windows color (decimal): -8375754 or 3551872. OLE color: 3551872.
HSL color Cylindrical-coordinate representation of color #803236: hue angle of 356.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803236 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 54 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.50 |
| HSL | 356.92º | 0.44% | 0.35% | - |
| HSV(B) | 356.92º | 0.61% | 0.5% | - |
| XYZ | 10.71 | 7.14 | 4.3 | - |
| YUV | 73.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 54 | 0 | 0.61 | 0.58 | 0.50 | 356.92 | 0.44 | 0.35 |
| Hex | 80 | 32 | 36 | 0 | 3D | 3A | 32 | 165 | 2C | 23 |
| Octal | 200 | 62 | 66 | 0 | 75 | 72 | 62 | 545 | 54 | 43 |
| Binary | 10000000 | 110010 | 110110 | 0 | 111101 | 111010 | 110010 | 101100101 | 101100 | 100011 |
Color Harmonies of #803236
Complementary color
Monochromatic Colors of #803236
Black with #803236
Text Example
Text Example
White with #803236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803236; }
p { color: rgb(128,50,54); }
H1.HeaderClassName
{
color: #803236;
}
.AnyTagClassName
{
color: #803236;
}
</style>
background-color css
<style>
a { background-color: #803236; }
a { background-color: rgb(128,50,54); }
div.DivClassName
{
background-color: #803236;
}
.BgClassName
{
background-color: #803236;
}
</style>
border-color css
<style>
span { border-color: #803236; }
span { border-color: rgb(128,50,54); }
td.TdClassName
{
border-color: #803236;
}
.TagClassName
{
border-color: #803236;
}
</style>