Shades of Paprika #86313F
Tints of Paprika #86313F
RGB
CMYK
RGB Variations
Color information
#86313F (or 0x86313F) is known color: Paprika. HEX triplet: 86, 31 and 3F. RGB value is (134,49,63). Sum of RGB (Red+Green+Blue) = 134+49+63=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86313F is #79CEC0. Grayscale: #4C4C4C. Windows color (decimal): -7982785 or 4141446. OLE color: 4141446.
HSL color Cylindrical-coordinate representation of color #86313F: 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 #86313F is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 63 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.47 |
| HSL | 350.12º | 0.46% | 0.36% | - |
| HSV(B) | 350.12º | 0.63% | 0.53% | - |
| XYZ | 11.83 | 7.62 | 5.55 | - |
| YUV | 76.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 63 | 0 | 0.63 | 0.53 | 0.47 | 350.12 | 0.46 | 0.36 |
| Hex | 86 | 31 | 3F | 0 | 3F | 35 | 2F | 15E | 2E | 24 |
| Octal | 206 | 61 | 77 | 0 | 77 | 65 | 57 | 536 | 56 | 44 |
| Binary | 10000110 | 110001 | 111111 | 0 | 111111 | 110101 | 101111 | 101011110 | 101110 | 100100 |
Color Harmonies of #86313F
Complementary color
Monochromatic Colors of #86313F
Black with #86313F
Text Example
Text Example
White with #86313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86313F; }
p { color: rgb(134,49,63); }
H1.HeaderClassName
{
color: #86313F;
}
.AnyTagClassName
{
color: #86313F;
}
</style>
background-color css
<style>
a { background-color: #86313F; }
a { background-color: rgb(134,49,63); }
div.DivClassName
{
background-color: #86313F;
}
.BgClassName
{
background-color: #86313F;
}
</style>
border-color css
<style>
span { border-color: #86313F; }
span { border-color: rgb(134,49,63); }
td.TdClassName
{
border-color: #86313F;
}
.TagClassName
{
border-color: #86313F;
}
</style>