Shades of Paprika #88303F
Tints of Paprika #88303F
RGB
CMYK
RGB Variations
Color information
#88303F (or 0x88303F) is known color: Paprika. HEX triplet: 88, 30 and 3F. RGB value is (136,48,63). Sum of RGB (Red+Green+Blue) = 136+48+63=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88303F is #77CFC0. Grayscale: #4C4C4C. Windows color (decimal): -7851969 or 4141192. OLE color: 4141192.
HSL color Cylindrical-coordinate representation of color #88303F: hue angle of 349.77º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88303F is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 63 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.47 |
| HSL | 349.77º | 0.48% | 0.36% | - |
| HSV(B) | 349.77º | 0.65% | 0.53% | - |
| XYZ | 12.11 | 7.71 | 5.55 | - |
| YUV | 76.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 63 | 0 | 0.65 | 0.54 | 0.47 | 349.77 | 0.48 | 0.36 |
| Hex | 88 | 30 | 3F | 0 | 41 | 36 | 2F | 15E | 30 | 24 |
| Octal | 210 | 60 | 77 | 0 | 101 | 66 | 57 | 536 | 60 | 44 |
| Binary | 10001000 | 110000 | 111111 | 0 | 1000001 | 110110 | 101111 | 101011110 | 110000 | 100100 |
Color Harmonies of #88303F
Complementary color
Monochromatic Colors of #88303F
Black with #88303F
Text Example
Text Example
White with #88303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88303F; }
p { color: rgb(136,48,63); }
H1.HeaderClassName
{
color: #88303F;
}
.AnyTagClassName
{
color: #88303F;
}
</style>
background-color css
<style>
a { background-color: #88303F; }
a { background-color: rgb(136,48,63); }
div.DivClassName
{
background-color: #88303F;
}
.BgClassName
{
background-color: #88303F;
}
</style>
border-color css
<style>
span { border-color: #88303F; }
span { border-color: rgb(136,48,63); }
td.TdClassName
{
border-color: #88303F;
}
.TagClassName
{
border-color: #88303F;
}
</style>