Shades of Paprika #872F40
Tints of Paprika #872F40
RGB
CMYK
RGB Variations
Color information
#872F40 (or 0x872F40) is known color: Paprika. HEX triplet: 87, 2F and 40. RGB value is (135,47,64). Sum of RGB (Red+Green+Blue) = 135+47+64=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #872F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F40 is #78D0BF. Grayscale: #4B4B4B. Windows color (decimal): -7917760 or 4206471. OLE color: 4206471.
HSL color Cylindrical-coordinate representation of color #872F40: hue angle of 348.41º 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 #872F40 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 64 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.47 |
| HSL | 348.41º | 0.48% | 0.36% | - |
| HSV(B) | 348.41º | 0.65% | 0.53% | - |
| XYZ | 11.93 | 7.55 | 5.68 | - |
| YUV | 75.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 64 | 0 | 0.65 | 0.53 | 0.47 | 348.41 | 0.48 | 0.36 |
| Hex | 87 | 2F | 40 | 0 | 41 | 35 | 2F | 15C | 30 | 24 |
| Octal | 207 | 57 | 100 | 0 | 101 | 65 | 57 | 534 | 60 | 44 |
| Binary | 10000111 | 101111 | 1000000 | 0 | 1000001 | 110101 | 101111 | 101011100 | 110000 | 100100 |
Color Harmonies of #872F40
Complementary color
Monochromatic Colors of #872F40
Black with #872F40
Text Example
Text Example
White with #872F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F40; }
p { color: rgb(135,47,64); }
H1.HeaderClassName
{
color: #872F40;
}
.AnyTagClassName
{
color: #872F40;
}
</style>
background-color css
<style>
a { background-color: #872F40; }
a { background-color: rgb(135,47,64); }
div.DivClassName
{
background-color: #872F40;
}
.BgClassName
{
background-color: #872F40;
}
</style>
border-color css
<style>
span { border-color: #872F40; }
span { border-color: rgb(135,47,64); }
td.TdClassName
{
border-color: #872F40;
}
.TagClassName
{
border-color: #872F40;
}
</style>