Shades of Paprika #86323D
Tints of Paprika #86323D
RGB
CMYK
RGB Variations
Color information
#86323D (or 0x86323D) is known color: Paprika. HEX triplet: 86, 32 and 3D. RGB value is (134,50,61). Sum of RGB (Red+Green+Blue) = 134+50+61=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86323D is #79CDC2. Grayscale: #4C4C4C. Windows color (decimal): -7982531 or 4010630. OLE color: 4010630.
HSL color Cylindrical-coordinate representation of color #86323D: hue angle of 352.14º 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 #86323D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 61 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.47 |
| HSL | 352.14º | 0.46% | 0.36% | - |
| HSV(B) | 352.14º | 0.63% | 0.53% | - |
| XYZ | 11.81 | 7.69 | 5.28 | - |
| YUV | 76.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 61 | 0 | 0.63 | 0.54 | 0.47 | 352.14 | 0.46 | 0.36 |
| Hex | 86 | 32 | 3D | 0 | 3F | 36 | 2F | 160 | 2E | 24 |
| Octal | 206 | 62 | 75 | 0 | 77 | 66 | 57 | 540 | 56 | 44 |
| Binary | 10000110 | 110010 | 111101 | 0 | 111111 | 110110 | 101111 | 101100000 | 101110 | 100100 |
Color Harmonies of #86323D
Complementary color
Monochromatic Colors of #86323D
Black with #86323D
Text Example
Text Example
White with #86323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86323D; }
p { color: rgb(134,50,61); }
H1.HeaderClassName
{
color: #86323D;
}
.AnyTagClassName
{
color: #86323D;
}
</style>
background-color css
<style>
a { background-color: #86323D; }
a { background-color: rgb(134,50,61); }
div.DivClassName
{
background-color: #86323D;
}
.BgClassName
{
background-color: #86323D;
}
</style>
border-color css
<style>
span { border-color: #86323D; }
span { border-color: rgb(134,50,61); }
td.TdClassName
{
border-color: #86323D;
}
.TagClassName
{
border-color: #86323D;
}
</style>