Shades of Paprika #86313E
Tints of Paprika #86313E
RGB
CMYK
RGB Variations
Color information
#86313E (or 0x86313E) is known color: Paprika. HEX triplet: 86, 31 and 3E. RGB value is (134,49,62). Sum of RGB (Red+Green+Blue) = 134+49+62=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86313E is #79CEC1. Grayscale: #4B4B4B. Windows color (decimal): -7982786 or 4075910. OLE color: 4075910.
HSL color Cylindrical-coordinate representation of color #86313E: hue angle of 350.82º 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 #86313E is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 62 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.47 |
| HSL | 350.82º | 0.46% | 0.36% | - |
| HSV(B) | 350.82º | 0.63% | 0.53% | - |
| XYZ | 11.8 | 7.61 | 5.4 | - |
| YUV | 75.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 62 | 0 | 0.63 | 0.54 | 0.47 | 350.82 | 0.46 | 0.36 |
| Hex | 86 | 31 | 3E | 0 | 3F | 36 | 2F | 15F | 2E | 24 |
| Octal | 206 | 61 | 76 | 0 | 77 | 66 | 57 | 537 | 56 | 44 |
| Binary | 10000110 | 110001 | 111110 | 0 | 111111 | 110110 | 101111 | 101011111 | 101110 | 100100 |
Color Harmonies of #86313E
Complementary color
Monochromatic Colors of #86313E
Black with #86313E
Text Example
Text Example
White with #86313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86313E; }
p { color: rgb(134,49,62); }
H1.HeaderClassName
{
color: #86313E;
}
.AnyTagClassName
{
color: #86313E;
}
</style>
background-color css
<style>
a { background-color: #86313E; }
a { background-color: rgb(134,49,62); }
div.DivClassName
{
background-color: #86313E;
}
.BgClassName
{
background-color: #86313E;
}
</style>
border-color css
<style>
span { border-color: #86313E; }
span { border-color: rgb(134,49,62); }
td.TdClassName
{
border-color: #86313E;
}
.TagClassName
{
border-color: #86313E;
}
</style>