Shades of Paprika #80233F
Tints of Paprika #80233F
RGB
CMYK
RGB Variations
Color information
#80233F (or 0x80233F) is known color: Paprika. HEX triplet: 80, 23 and 3F. RGB value is (128,35,63). Sum of RGB (Red+Green+Blue) = 128+35+63=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80233F is #7FDCC0. Grayscale: #414141. Windows color (decimal): -8379585 or 4137856. OLE color: 4137856.
HSL color Cylindrical-coordinate representation of color #80233F: hue angle of 341.94º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80233F is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 63 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.50 |
| HSL | 341.94º | 0.57% | 0.32% | - |
| HSV(B) | 341.94º | 0.73% | 0.5% | - |
| XYZ | 10.4 | 6.15 | 5.34 | - |
| YUV | 66 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 63 | 0 | 0.73 | 0.51 | 0.50 | 341.94 | 0.57 | 0.32 |
| Hex | 80 | 23 | 3F | 0 | 49 | 33 | 32 | 156 | 39 | 20 |
| Octal | 200 | 43 | 77 | 0 | 111 | 63 | 62 | 526 | 71 | 40 |
| Binary | 10000000 | 100011 | 111111 | 0 | 1001001 | 110011 | 110010 | 101010110 | 111001 | 100000 |
Color Harmonies of #80233F
Complementary color
Monochromatic Colors of #80233F
Black with #80233F
Text Example
Text Example
White with #80233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80233F; }
p { color: rgb(128,35,63); }
H1.HeaderClassName
{
color: #80233F;
}
.AnyTagClassName
{
color: #80233F;
}
</style>
background-color css
<style>
a { background-color: #80233F; }
a { background-color: rgb(128,35,63); }
div.DivClassName
{
background-color: #80233F;
}
.BgClassName
{
background-color: #80233F;
}
</style>
border-color css
<style>
span { border-color: #80233F; }
span { border-color: rgb(128,35,63); }
td.TdClassName
{
border-color: #80233F;
}
.TagClassName
{
border-color: #80233F;
}
</style>