Shades of Paprika #873240
Tints of Paprika #873240
RGB
CMYK
RGB Variations
Color information
#873240 (or 0x873240) is known color: Paprika. HEX triplet: 87, 32 and 40. RGB value is (135,50,64). Sum of RGB (Red+Green+Blue) = 135+50+64=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #873240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873240 is #78CDBF. Grayscale: #4D4D4D. Windows color (decimal): -7916992 or 4207239. OLE color: 4207239.
HSL color Cylindrical-coordinate representation of color #873240: hue angle of 350.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873240 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 50 | 64 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.47 |
| HSL | 350.12º | 0.46% | 0.36% | - |
| HSV(B) | 350.12º | 0.63% | 0.53% | - |
| XYZ | 12.06 | 7.8 | 5.72 | - |
| YUV | 77.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 64 | 0 | 0.63 | 0.53 | 0.47 | 350.12 | 0.46 | 0.36 |
| Hex | 87 | 32 | 40 | 0 | 3F | 35 | 2F | 15E | 2E | 24 |
| Octal | 207 | 62 | 100 | 0 | 77 | 65 | 57 | 536 | 56 | 44 |
| Binary | 10000111 | 110010 | 1000000 | 0 | 111111 | 110101 | 101111 | 101011110 | 101110 | 100100 |
Color Harmonies of #873240
Complementary color
Monochromatic Colors of #873240
Black with #873240
Text Example
Text Example
White with #873240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873240; }
p { color: rgb(135,50,64); }
H1.HeaderClassName
{
color: #873240;
}
.AnyTagClassName
{
color: #873240;
}
</style>
background-color css
<style>
a { background-color: #873240; }
a { background-color: rgb(135,50,64); }
div.DivClassName
{
background-color: #873240;
}
.BgClassName
{
background-color: #873240;
}
</style>
border-color css
<style>
span { border-color: #873240; }
span { border-color: rgb(135,50,64); }
td.TdClassName
{
border-color: #873240;
}
.TagClassName
{
border-color: #873240;
}
</style>