Shades of Paprika #882F41
Tints of Paprika #882F41
RGB
CMYK
RGB Variations
Color information
#882F41 (or 0x882F41) is known color: Paprika. HEX triplet: 88, 2F and 41. RGB value is (136,47,65). Sum of RGB (Red+Green+Blue) = 136+47+65=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #882F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882F41 is #77D0BE. Grayscale: #4B4B4B. Windows color (decimal): -7852223 or 4272008. OLE color: 4272008.
HSL color Cylindrical-coordinate representation of color #882F41: hue angle of 347.87º degrees, saturation: 0.49, 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 #882F41 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 47 | 65 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.47 |
| HSL | 347.87º | 0.49% | 0.36% | - |
| HSV(B) | 347.87º | 0.65% | 0.53% | - |
| XYZ | 12.12 | 7.65 | 5.84 | - |
| YUV | 75.66 | 121.99 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 47 | 65 | 0 | 0.65 | 0.52 | 0.47 | 347.87 | 0.49 | 0.36 |
| Hex | 88 | 2F | 41 | 0 | 41 | 34 | 2F | 15C | 31 | 24 |
| Octal | 210 | 57 | 101 | 0 | 101 | 64 | 57 | 534 | 61 | 44 |
| Binary | 10001000 | 101111 | 1000001 | 0 | 1000001 | 110100 | 101111 | 101011100 | 110001 | 100100 |
Color Harmonies of #882F41
Complementary color
Monochromatic Colors of #882F41
Black with #882F41
Text Example
Text Example
White with #882F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882F41; }
p { color: rgb(136,47,65); }
H1.HeaderClassName
{
color: #882F41;
}
.AnyTagClassName
{
color: #882F41;
}
</style>
background-color css
<style>
a { background-color: #882F41; }
a { background-color: rgb(136,47,65); }
div.DivClassName
{
background-color: #882F41;
}
.BgClassName
{
background-color: #882F41;
}
</style>
border-color css
<style>
span { border-color: #882F41; }
span { border-color: rgb(136,47,65); }
td.TdClassName
{
border-color: #882F41;
}
.TagClassName
{
border-color: #882F41;
}
</style>