Shades of Paprika #862E3F
Tints of Paprika #862E3F
RGB
CMYK
RGB Variations
Color information
#862E3F (or 0x862E3F) is known color: Paprika. HEX triplet: 86, 2E and 3F. RGB value is (134,46,63). Sum of RGB (Red+Green+Blue) = 134+46+63=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #862E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E3F is #79D1C0. Grayscale: #4A4A4A. Windows color (decimal): -7983553 or 4140678. OLE color: 4140678.
HSL color Cylindrical-coordinate representation of color #862E3F: hue angle of 348.41º 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 #862E3F is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 63 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.47 |
| HSL | 348.41º | 0.49% | 0.35% | - |
| HSV(B) | 348.41º | 0.66% | 0.53% | - |
| XYZ | 11.71 | 7.38 | 5.51 | - |
| YUV | 74.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 63 | 0 | 0.66 | 0.53 | 0.47 | 348.41 | 0.49 | 0.35 |
| Hex | 86 | 2E | 3F | 0 | 42 | 35 | 2F | 15C | 31 | 23 |
| Octal | 206 | 56 | 77 | 0 | 102 | 65 | 57 | 534 | 61 | 43 |
| Binary | 10000110 | 101110 | 111111 | 0 | 1000010 | 110101 | 101111 | 101011100 | 110001 | 100011 |
Color Harmonies of #862E3F
Complementary color
Monochromatic Colors of #862E3F
Black with #862E3F
Text Example
Text Example
White with #862E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E3F; }
p { color: rgb(134,46,63); }
H1.HeaderClassName
{
color: #862E3F;
}
.AnyTagClassName
{
color: #862E3F;
}
</style>
background-color css
<style>
a { background-color: #862E3F; }
a { background-color: rgb(134,46,63); }
div.DivClassName
{
background-color: #862E3F;
}
.BgClassName
{
background-color: #862E3F;
}
</style>
border-color css
<style>
span { border-color: #862E3F; }
span { border-color: rgb(134,46,63); }
td.TdClassName
{
border-color: #862E3F;
}
.TagClassName
{
border-color: #862E3F;
}
</style>