Shades of Paprika #873140
Tints of Paprika #873140
RGB
CMYK
RGB Variations
Color information
#873140 (or 0x873140) is known color: Paprika. HEX triplet: 87, 31 and 40. RGB value is (135,49,64). Sum of RGB (Red+Green+Blue) = 135+49+64=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #873140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873140 is #78CEBF. Grayscale: #4C4C4C. Windows color (decimal): -7917248 or 4206983. OLE color: 4206983.
HSL color Cylindrical-coordinate representation of color #873140: hue angle of 349.53º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873140 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 64 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.47 |
| HSL | 349.53º | 0.47% | 0.36% | - |
| HSV(B) | 349.53º | 0.64% | 0.53% | - |
| XYZ | 12.02 | 7.72 | 5.71 | - |
| YUV | 76.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 64 | 0 | 0.64 | 0.53 | 0.47 | 349.53 | 0.47 | 0.36 |
| Hex | 87 | 31 | 40 | 0 | 40 | 35 | 2F | 15E | 2F | 24 |
| Octal | 207 | 61 | 100 | 0 | 100 | 65 | 57 | 536 | 57 | 44 |
| Binary | 10000111 | 110001 | 1000000 | 0 | 1000000 | 110101 | 101111 | 101011110 | 101111 | 100100 |
Color Harmonies of #873140
Complementary color
Monochromatic Colors of #873140
Black with #873140
Text Example
Text Example
White with #873140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873140; }
p { color: rgb(135,49,64); }
H1.HeaderClassName
{
color: #873140;
}
.AnyTagClassName
{
color: #873140;
}
</style>
background-color css
<style>
a { background-color: #873140; }
a { background-color: rgb(135,49,64); }
div.DivClassName
{
background-color: #873140;
}
.BgClassName
{
background-color: #873140;
}
</style>
border-color css
<style>
span { border-color: #873140; }
span { border-color: rgb(135,49,64); }
td.TdClassName
{
border-color: #873140;
}
.TagClassName
{
border-color: #873140;
}
</style>