Shades of Paprika #86323F
Tints of Paprika #86323F
RGB
CMYK
RGB Variations
Color information
#86323F (or 0x86323F) is known color: Paprika. HEX triplet: 86, 32 and 3F. RGB value is (134,50,63). Sum of RGB (Red+Green+Blue) = 134+50+63=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86323F is #79CDC0. Grayscale: #4C4C4C. Windows color (decimal): -7982529 or 4141702. OLE color: 4141702.
HSL color Cylindrical-coordinate representation of color #86323F: hue angle of 350.71º 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 #86323F is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 63 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.47 |
| HSL | 350.71º | 0.46% | 0.36% | - |
| HSV(B) | 350.71º | 0.63% | 0.53% | - |
| XYZ | 11.87 | 7.71 | 5.56 | - |
| YUV | 76.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 63 | 0 | 0.63 | 0.53 | 0.47 | 350.71 | 0.46 | 0.36 |
| Hex | 86 | 32 | 3F | 0 | 3F | 35 | 2F | 15F | 2E | 24 |
| Octal | 206 | 62 | 77 | 0 | 77 | 65 | 57 | 537 | 56 | 44 |
| Binary | 10000110 | 110010 | 111111 | 0 | 111111 | 110101 | 101111 | 101011111 | 101110 | 100100 |
Color Harmonies of #86323F
Complementary color
Monochromatic Colors of #86323F
Black with #86323F
Text Example
Text Example
White with #86323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86323F; }
p { color: rgb(134,50,63); }
H1.HeaderClassName
{
color: #86323F;
}
.AnyTagClassName
{
color: #86323F;
}
</style>
background-color css
<style>
a { background-color: #86323F; }
a { background-color: rgb(134,50,63); }
div.DivClassName
{
background-color: #86323F;
}
.BgClassName
{
background-color: #86323F;
}
</style>
border-color css
<style>
span { border-color: #86323F; }
span { border-color: rgb(134,50,63); }
td.TdClassName
{
border-color: #86323F;
}
.TagClassName
{
border-color: #86323F;
}
</style>