Shades of Paprika #80323B
Tints of Paprika #80323B
RGB
CMYK
RGB Variations
Color information
#80323B (or 0x80323B) is known color: Paprika. HEX triplet: 80, 32 and 3B. RGB value is (128,50,59). Sum of RGB (Red+Green+Blue) = 128+50+59=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80323B is #7FCDC4. Grayscale: #4A4A4A. Windows color (decimal): -8375749 or 3879552. OLE color: 3879552.
HSL color Cylindrical-coordinate representation of color #80323B: hue angle of 353.08º 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 #80323B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 59 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.50 |
| HSL | 353.08º | 0.44% | 0.35% | - |
| HSV(B) | 353.08º | 0.61% | 0.5% | - |
| XYZ | 10.83 | 7.19 | 4.95 | - |
| YUV | 74.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 59 | 0 | 0.61 | 0.54 | 0.50 | 353.08 | 0.44 | 0.35 |
| Hex | 80 | 32 | 3B | 0 | 3D | 36 | 32 | 161 | 2C | 23 |
| Octal | 200 | 62 | 73 | 0 | 75 | 66 | 62 | 541 | 54 | 43 |
| Binary | 10000000 | 110010 | 111011 | 0 | 111101 | 110110 | 110010 | 101100001 | 101100 | 100011 |
Color Harmonies of #80323B
Complementary color
Monochromatic Colors of #80323B
Black with #80323B
Text Example
Text Example
White with #80323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80323B; }
p { color: rgb(128,50,59); }
H1.HeaderClassName
{
color: #80323B;
}
.AnyTagClassName
{
color: #80323B;
}
</style>
background-color css
<style>
a { background-color: #80323B; }
a { background-color: rgb(128,50,59); }
div.DivClassName
{
background-color: #80323B;
}
.BgClassName
{
background-color: #80323B;
}
</style>
border-color css
<style>
span { border-color: #80323B; }
span { border-color: rgb(128,50,59); }
td.TdClassName
{
border-color: #80323B;
}
.TagClassName
{
border-color: #80323B;
}
</style>