Shades of Paprika #862E40
Tints of Paprika #862E40
RGB
CMYK
RGB Variations
Color information
#862E40 (or 0x862E40) is known color: Paprika. HEX triplet: 86, 2E and 40. RGB value is (134,46,64). Sum of RGB (Red+Green+Blue) = 134+46+64=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #862E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E40 is #79D1BF. Grayscale: #4A4A4A. Windows color (decimal): -7983552 or 4206214. OLE color: 4206214.
HSL color Cylindrical-coordinate representation of color #862E40: hue angle of 347.73º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E40 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 64 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.47 |
| HSL | 347.73º | 0.49% | 0.35% | - |
| HSV(B) | 347.73º | 0.66% | 0.53% | - |
| XYZ | 11.73 | 7.39 | 5.66 | - |
| YUV | 74.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 64 | 0 | 0.66 | 0.52 | 0.47 | 347.73 | 0.49 | 0.35 |
| Hex | 86 | 2E | 40 | 0 | 42 | 34 | 2F | 15C | 31 | 23 |
| Octal | 206 | 56 | 100 | 0 | 102 | 64 | 57 | 534 | 61 | 43 |
| Binary | 10000110 | 101110 | 1000000 | 0 | 1000010 | 110100 | 101111 | 101011100 | 110001 | 100011 |
Color Harmonies of #862E40
Complementary color
Monochromatic Colors of #862E40
Black with #862E40
Text Example
Text Example
White with #862E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E40; }
p { color: rgb(134,46,64); }
H1.HeaderClassName
{
color: #862E40;
}
.AnyTagClassName
{
color: #862E40;
}
</style>
background-color css
<style>
a { background-color: #862E40; }
a { background-color: rgb(134,46,64); }
div.DivClassName
{
background-color: #862E40;
}
.BgClassName
{
background-color: #862E40;
}
</style>
border-color css
<style>
span { border-color: #862E40; }
span { border-color: rgb(134,46,64); }
td.TdClassName
{
border-color: #862E40;
}
.TagClassName
{
border-color: #862E40;
}
</style>